diff options
| author | Seth Flynn <[email protected]> | 2025-01-30 16:22:27 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-30 16:22:27 -0500 |
| commit | 20d1328d6f1390ffcd53803f0d56136e1937f9cb (patch) | |
| tree | 63edf02abc3e45ddd6e33829866bc0abcbb46f88 /neovim.nix | |
| parent | 1100b058f5d8b0b48d3b16a12c1da37c7b4c713a (diff) | |
lsp: nil -> nixd
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
