global/neovim: use latest nil lsp

This commit is contained in:
Infinidoge 2025-06-25 00:20:04 -04:00
parent 9e4d0b915e
commit e55205af8a
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -236,6 +236,7 @@ in
# Try nixd # Try nixd
nil_ls = { nil_ls = {
enable = true; enable = true;
package = pkgs.nil;
extraOptions = { extraOptions = {
settings.nil.formatting.command = [ "nixfmt" ]; settings.nil.formatting.command = [ "nixfmt" ];
}; };