aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-15 09:26:44 +0000
committerAkshay <[email protected]>2022-01-15 09:26:44 +0000
commit68b6a81de1bdc476f607ed095568a748aa8ce6dc (patch)
treea27fbcc9d524a7d542909f9408bb6878252847a8 /programs/neovim.nix
parent851ccfefa0cecfb28180904d9d5051067a6e3a0c (diff)
move from completion-nvim to nvim-cmp
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r--programs/neovim.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix
index e4878b3..fc3cc85 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -22,7 +22,13 @@
22 # neovim only 22 # neovim only
23 nvim-lspconfig 23 nvim-lspconfig
24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) 24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
25 completion-nvim 25 nvim-cmp
26
27 # completion sources
28 cmp-nvim-lsp
29 cmp-buffer
30 cmp-path
31 cmp-cmdline
26 32
27 # tpope 33 # tpope
28 vim-surround 34 vim-surround