aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r--programs/neovim.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix
index fc3cc85..f108993 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -24,6 +24,9 @@
24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) 24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
25 nvim-cmp 25 nvim-cmp
26 26
27 # tree-sitter dev
28 playground
29
27 # completion sources 30 # completion sources
28 cmp-nvim-lsp 31 cmp-nvim-lsp
29 cmp-buffer 32 cmp-buffer