diff options
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index cc772c3..24afca9 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -127,6 +127,7 @@ let | |||
127 | vim-abolish | 127 | vim-abolish |
128 | vim-oscyank | 128 | vim-oscyank |
129 | comment-nvim | 129 | comment-nvim |
130 | null-ls-nvim | ||
130 | ] ++ config.vim.extraPlugins; | 131 | ] ++ config.vim.extraPlugins; |
131 | }; | 132 | }; |
132 | }; | 133 | }; |
@@ -182,8 +183,13 @@ in | |||
182 | }; | 183 | }; |
183 | }; | 184 | }; |
184 | 185 | ||
185 | environment.systemPackages = with pkgs; [ | 186 | environment.systemPackages = with pkgs.unstable; [ |
186 | myNeovim | 187 | myNeovim |
188 | |||
189 | deadnix | ||
190 | statix | ||
191 | # TODO: add global vale config | ||
192 | vale | ||
187 | ]; | 193 | ]; |
188 | 194 | ||
189 | environment.sessionVariables = { | 195 | environment.sessionVariables = { |