feat: enable nvim-cmp ghost text

main
mandlm 2022-04-05 08:08:44 +02:00
parent f76948b699
commit ebcbf8e35b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ return require('packer').startup(function(use)
fallback() fallback()
end end
end, {"i", "s"}) end, {"i", "s"})
} },
experimental = {ghost_text = true}
}) })
-- `/` cmdline setup. -- `/` cmdline setup.