chore(vim): enable ghost_text in completion

This commit is contained in:
Ade Attwood 2023-05-16 19:25:51 +01:00
parent f7821ef42e
commit db07fa67ea

View file

@ -86,7 +86,7 @@ cmp.setup({
end, end,
}, },
experimental = { experimental = {
ghost_text = false, ghost_text = true,
}, },
}) })