chore(vim): enable ghost_text in completion
This commit is contained in:
parent
f7821ef42e
commit
db07fa67ea
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ cmp.setup({
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
experimental = {
|
experimental = {
|
||||||
ghost_text = false,
|
ghost_text = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue