From 20d1328d6f1390ffcd53803f0d56136e1937f9cb Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 30 Jan 2025 16:22:27 -0500 Subject: lsp: nil -> nixd --- neovim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'neovim.nix') diff --git a/neovim.nix b/neovim.nix index 82168d2..b56a5b6 100644 --- a/neovim.nix +++ b/neovim.nix @@ -5,7 +5,7 @@ actionlint, glow, - nil, + nixd, nixfmt-rfc-style, nodePackages, shellcheck, @@ -34,7 +34,7 @@ mkNeovimDerivation { nodePackages.bash-language-server shellcheck shfmt - nil + nixd nixfmt-rfc-style # Linters -- cgit v1.2.3