diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/neovim.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index 6a47682..b760226 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -1,6 +1,4 @@ { - inputs, - config, pkgs, ... }: { @@ -41,6 +39,8 @@ statix fzf bat + nil + shellcheck ]; plugins = with pkgs.vimPlugins; [ # highlighting @@ -69,7 +69,7 @@ nvim-dap-ui luasnip vim-test - vim-rest-console + nvim-lint # cmp nvim-cmp |
