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.sideBar.location" = "right";
|
||||||
"workbench.startupEditor" = "welcomePageInEmptyWorkbench";
|
"workbench.startupEditor" = "welcomePageInEmptyWorkbench";
|
||||||
"nix.enableLanguageServer" = true;
|
"nix.enableLanguageServer" = true;
|
||||||
|
"nix.serverPath" = "nixd";
|
||||||
|
"nix.serverSettings" = {
|
||||||
|
"nixd" = {
|
||||||
|
"formatting" = {
|
||||||
|
"command" = [ "nixfmt" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
"C_Cpp.clang_format_fallbackStyle" = "LLVM";
|
"C_Cpp.clang_format_fallbackStyle" = "LLVM";
|
||||||
"editor.fontFamily" = "FiraCode Nerd Font Mono";
|
"editor.fontFamily" = "FiraCode Nerd Font Mono";
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@
|
||||||
qbittorrent
|
qbittorrent
|
||||||
nil
|
nil
|
||||||
nixd
|
nixd
|
||||||
|
nixpkgs-fmt
|
||||||
|
nixfmt-rfc-style
|
||||||
fira-code-nerdfont
|
fira-code-nerdfont
|
||||||
powertop
|
powertop
|
||||||
git-credential-manager
|
git-credential-manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue