chore(nvim): add nvim-cmp plugin

This commit is contained in:
Stefan Imhoff
2022-11-21 21:08:54 +01:00
parent 99efeb11ec
commit e1c7c4b02f
2 changed files with 4 additions and 36 deletions

View File

@@ -59,6 +59,7 @@ return packer.startup(function(use)
use("hrsh7th/cmp-path") -- Path completions
use("hrsh7th/cmp-cmdline") -- Cmdline completions
use("hrsh7th/cmp-nvim-lua") -- Lua API completions
use("hrsh7th/cmp-copilot") -- GitHub Copilot completions
use("saadparwaiz1/cmp_luasnip") -- Snippet completions
use("uga-rosa/cmp-dictionary") -- Dictionary completions
use("f3fora/cmp-spell") -- Spell completions