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 e163d48..40f3998 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -1,5 +1,6 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, self
3, ... 4, ...
4}: 5}:
5 6
@@ -23,6 +24,8 @@
23 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) 24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
24 completion-nvim 25 completion-nvim
25 26
27 pkgs.statix-vim
28
26 # tpope 29 # tpope
27 vim-surround 30 vim-surround
28 vim-unimpaired 31 vim-unimpaired