feat(neovim): replace nvim-compe with nvim-cmp
This commit is contained in:
parent
ca3036fc60
commit
ec464af8e5
4 changed files with 69 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue