diff options
Diffstat (limited to 'programs')
-rw-r--r-- | programs/default.nix | 1 | ||||
-rw-r--r-- | programs/neovim.nix | 3 |
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 |