summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-08 17:47:39 +0100
committerMike Vink <ivi@vinkies.net>2024-01-08 17:47:39 +0100
commit514c905eae8edef22ed7b92f981bdaeaf71b1ef8 (patch)
tree046d873922e3cba49470975ac5079f4917c358cb /profiles
parente11e6e48a83f65035e1cd2a30254f2ccc24e9aa0 (diff)
some new stuff
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core/neovim.nix6
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