feat(neovim): replace nvim-compe with nvim-cmp

This commit is contained in:
Felix Schröter 2022-03-30 11:30:29 +02:00
parent ca3036fc60
commit ec464af8e5
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 69 additions and 53 deletions

View file

@ -33,8 +33,12 @@ in {
vim-test
nvim-autopairs
camelcasemotion
nvim-compe
vim-vsnip
luasnip
nvim-cmp
cmp-buffer
cmp-nvim-lsp
cmp_luasnip
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
nvim-treesitter-context
@ -63,6 +67,7 @@ in {
./which-key.lua
./gitsigns.lua
./test.lua
./cmp.lua
./lsp/extensions.lua
./lsp/lsp.lua
./lsp/mappings.lua