feat: fuck alejandra

This commit is contained in:
Nick 2025-01-16 15:17:25 -06:00
parent 0be43dc3f5
commit a72d9e63e0
96 changed files with 1474 additions and 631 deletions

View file

@ -6,11 +6,11 @@ with pkgs.vscode-extensions; [
esbenp.prettier-vscode
haskell.haskell
james-yu.latex-workshop
jnoortheen.nix-ide
kamadorueda.alejandra
# jnoortheen.nix-ide
mattn.lisp
mkhl.direnv
pkief.material-icon-theme
streetsidesoftware.code-spell-checker
tamasfe.even-better-toml
brettm12345.nixfmt-vscode
]

View file

@ -15,11 +15,11 @@ in {
"git.enableSmartCommit" = true;
"nix.enableLanguageServer" = true;
"nix.serverPath" = lib.getExe pkgs.nil;
"nix.formatterPath" = lib.getExe pkgs.alejandra;
"nix.formatterPath" = lib.getExe pkgs.haskellPackages.nixfmt;
"window.menuBarVisibility" = "toggle";
"workbench.iconTheme" = "material-icon-theme";
"workbench.startupEditor" = "none";
"workbench.colorTheme" = "Catppuccin Mocha";
"workbench.colorTheme" = "Catppuccin Macchiato";
"workbench.statusBar.visible" = false;
"editor.multiCursorLimit" = 700000;
"elmLS.disableElmLSDiagnostics" = true;