fix(cmp): disable ghost text
This commit is contained in:
@@ -52,7 +52,6 @@ local function setup()
|
|||||||
return vim_item
|
return vim_item
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
experimental = { ghost_text = true, },
|
|
||||||
mapping = {
|
mapping = {
|
||||||
["<C-p>"] = cmp.mapping.select_prev_item({
|
["<C-p>"] = cmp.mapping.select_prev_item({
|
||||||
behavior = cmp.SelectBehavior.Select,
|
behavior = cmp.SelectBehavior.Select,
|
||||||
|
|||||||
Reference in New Issue
Block a user