aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-26 08:12:34 +0000
committerAkshay <[email protected]>2021-12-26 08:12:34 +0000
commitdb6e371719b7ad80b9ed0610fe709e85d5a5a815 (patch)
treec3b5feb2b471386e608feb4046e4c2c38c68cd24 /programs/neovim.nix
parent621c630b684f6624dc3cb269257a9cfa4110dded (diff)
re-enable fzf
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