vscodium: basic enabling of nixd LSP
still requires further config to fully use fc-nixos specifics
This commit is contained in:
parent
72529950c2
commit
8bb9b734f1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue