From 514c905eae8edef22ed7b92f981bdaeaf71b1ef8 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 8 Jan 2024 17:47:39 +0100 Subject: some new stuff --- profiles/core/neovim.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profiles') 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 -- cgit v1.2.3