This commit is contained in:
Vinzenz Schroeter 2025-06-01 13:47:59 +02:00
parent 3d27f55401
commit 62307246d5

View file

@ -56,6 +56,15 @@
"rust-analyzer.checkOnSave.command" = "clippy";
"nix.formatterPath" = "${lib.getBin pkgs.nixfmt-rfc-style}/bin/nixfmt";
"nix.enableLanguageServer" = true;
"nix.serverPath" = "${lib.getBin pkgs.nil}/bin/nil";
"nix.serverSettings" = {
"nil" = {
"formatting" = {
"command" = [ "${lib.getBin pkgs.nixfmt-rfc-style}/bin/nixfmt" ];
};
};
};
"\[makefile\]" = {
"editor.insertSpaces" = false;