diff options
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r-- | programs/neovim.nix | 8 |
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 |