update: use nixd and nixfmt-rfc-style for nixIDE

This commit is contained in:
Veneficium 2024-09-18 18:30:03 +02:00
parent 5266f9ad65
commit f1ed24b0e8
2 changed files with 11 additions and 0 deletions

View file

@ -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;

View file

@ -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