update: use nixd and nixfmt-rfc-style for nixIDE
This commit is contained in:
parent
5266f9ad65
commit
f1ed24b0e8
2 changed files with 11 additions and 0 deletions
|
|
@ -34,6 +34,15 @@
|
|||
"workbench.sideBar.location" = "right";
|
||||
"workbench.startupEditor" = "welcomePageInEmptyWorkbench";
|
||||
"nix.enableLanguageServer" = true;
|
||||
"nix.serverPath" = "nixd";
|
||||
"nix.serverSettings" = {
|
||||
"nixd" = {
|
||||
"formatting" = {
|
||||
"command" = [ "nixfmt" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
"C_Cpp.clang_format_fallbackStyle" = "LLVM";
|
||||
"editor.fontFamily" = "FiraCode Nerd Font Mono";
|
||||
"editor.fontLigatures" = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue