aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r--programs/neovim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/neovim.nix b/programs/neovim.nix
index 40f3998..e4878b3 100644
--- a/programs/neovim.nix
+++ b/programs/neovim.nix
@@ -24,8 +24,6 @@
24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) 24 (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
25 completion-nvim 25 completion-nvim
26 26
27 pkgs.statix-vim
28
29 # tpope 27 # tpope
30 vim-surround 28 vim-surround
31 vim-unimpaired 29 vim-unimpaired
@@ -34,6 +32,8 @@
34 32
35 # syntax 33 # syntax
36 rust-vim 34 rust-vim
35 haskell-vim
36 elm-vim
37 vim-nix 37 vim-nix
38 vimtex 38 vimtex
39 39