vscodium: basic enabling of nixd LSP

still requires further config to fully use fc-nixos specifics
This commit is contained in:
Trolli Schmittlauch 2024-07-08 16:09:26 +02:00
parent 72529950c2
commit 8bb9b734f1

View file

@ -77,6 +77,9 @@
"editor.formatOnType" = false;
};
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
"nix.enableLanguageServer" = true;
"nix.serverPath" = lib.getExe pkgs.nixd;
"nix.serverSettings" = { };
"editor.fontSize" = 13;
"editor.fontWeight" = "normal";
"git.detectSubmodulesLimit" = 30;