mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
refactor: complete overhaul
This commit is contained in:
parent
2a2b90020b
commit
502c52e191
35 changed files with 19 additions and 5 deletions
|
@ -17,6 +17,7 @@
|
|||
extensions = builtins.attrValues {
|
||||
inherit (pkgs.vscode-extensions.catppuccin) catppuccin-vsc;
|
||||
inherit (pkgs.vscode-extensions.eamodio) gitlens;
|
||||
inherit (pkgs.vscode-extensions.elmtooling) elm-ls-vscode;
|
||||
inherit (pkgs.vscode-extensions.esbenp) prettier-vscode;
|
||||
inherit (pkgs.vscode-extensions.haskell) haskell;
|
||||
inherit (pkgs.vscode-extensions.james-yu) latex-workshop;
|
||||
|
@ -42,6 +43,8 @@
|
|||
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||
"workbench.statusBar.visible" = false;
|
||||
"editor.multiCursorLimit" = 700000;
|
||||
"elmLS.disableElmLSDiagnostics" = true;
|
||||
"elmLS.elmReviewDiagnostics" = "warning";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue