aboutsummaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 12:48:15 +0100
committerAkshay <[email protected]>2021-10-27 12:48:15 +0100
commit493c5db8095ce5ec4f595918d5a62086279486cb (patch)
tree8f9a0477c4b5136a4949e97339f114fa320b75c5 /programs
parentc3ab7ec9fa265bae3f6ced73e6547499a089caa7 (diff)
add statix to neovim
Diffstat (limited to 'programs')
-rw-r--r--programs/default.nix1
-rw-r--r--programs/neovim.nix3
2 files changed, 4 insertions, 0 deletions
diff --git a/programs/default.nix b/programs/default.nix
index 8efcdf9..74a6ad2 100644
--- a/programs/default.nix
+++ b/programs/default.nix
@@ -1,6 +1,7 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, theme 3, theme
4, self
4, ... 5, ...
5}: 6}:
6 7
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