mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
home/vscodium: nix lsp nil -> nixd
This commit is contained in:
parent
d87a1924ac
commit
2b3a13c9bc
|
@ -27,7 +27,7 @@
|
|||
"nix" = {
|
||||
"enableLanguageServer" = true;
|
||||
"formatterPath" = lib.getExe pkgs.alejandra;
|
||||
"serverPath" = lib.getExe pkgs.nil;
|
||||
"serverPath" = lib.getExe pkgs.nixd;
|
||||
|
||||
"serverSettings"."nil" = {
|
||||
"diagnostics" = {
|
||||
|
|
Loading…
Reference in a new issue