diff --git a/init.lua b/init.lua index 2e97371..1ae21a7 100644 --- a/init.lua +++ b/init.lua @@ -530,6 +530,9 @@ if cmp then completion = { completeopt = 'menu,menuone,noinsert' -- TODO: Necessary copy of the default completeopt? }, + experimental = { + ghost_text = true, + }, mapping = { -- Key mappings based off of the standard autocomplete keybindings from VIM [''] = cmp.mapping.select_next_item(),