nvim: enabled ghost_text in nvim-cmp

I finally found out how to do this!
This commit is contained in:
PowerUser64 2022-01-23 03:22:28 -08:00
parent a4bd82a2d9
commit a437f5a1dd

View file

@ -185,6 +185,9 @@ M.cmp = function()
return vim_item
end,
},
experimental = {
ghost_text = true,
}
}
end -- <<<