[tohru] set up nix formatting in IDE

This commit is contained in:
Katherina Walshe-Grey 2024-05-29 15:22:04 +01:00
parent 87862f5291
commit 48e3a85c82

View file

@ -45,6 +45,10 @@
"git.autofetch" = true;
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nil";
"nix.serverSettings".nil = {
diagnostics.ignored = [ "unused_binding" "unused_with" ];
formatting.command = [ "nixpkgs-fmt" ];
};
"workbench.colorTheme" = "SynthWave '84";
};
};