nvim: enabled ghost_text in nvim-cmp
I finally found out how to do this!
This commit is contained in:
parent
a4bd82a2d9
commit
a437f5a1dd
1 changed files with 3 additions and 0 deletions
|
@ -185,6 +185,9 @@ M.cmp = function()
|
|||
return vim_item
|
||||
end,
|
||||
},
|
||||
experimental = {
|
||||
ghost_text = true,
|
||||
}
|
||||
}
|
||||
end -- <<<
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue