aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-01-17 04:41:24 +0000
committerAkshay <[email protected]>2022-01-17 04:41:24 +0000
commitf0256aadc01907d8a03fcdd0f35ca3dc6261704d (patch)
treee4aaa8d2d8266458f97a7156db39a2e08fb4a0cc /programs
parent0f1cde1f67d44e78b2945bea832d0b70d21aa8a3 (diff)
add tree-sitter devel plugins
Diffstat (limited to 'programs')
-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