Skip to content

Commit 48e4639

Browse files
committed
chore 🧹(vscode): change tuning to have a better go dev exp
Signed-off-by: Alan Amoyel <[email protected]>
1 parent 05b18ec commit 48e4639

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎homeManagerModules/vscode/default.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ in
5959
lib.mkOverride 3000 "'Hack Nerd Font', 'Ubuntu Mono', 'Cascadia Mono', 'DejaVu Sans Mono', 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Free Solid'";
6060
"editor.fontLigatures" = true;
6161
"editor.fontWeight" = "bold";
62-
"editor.formatOnSave" = true;
62+
"editor.formatOnSave" = false;
6363
"editor.renderWhitespace" = "all";
6464
"editor.minimap.enabled" = false;
6565
"files.insertFinalNewline" = true;
@@ -92,7 +92,9 @@ in
9292
"explorer.openEditors.visible" = 1;
9393
"editor.occurrencesHighlight" = "singleFile";
9494
"workbench.iconTheme" = "material-icon-theme";
95-
"workbench.colorTheme" = lib.mkOverride 3000 "Ayu Dark";
95+
"workbench.colorTheme" = lib.mkForce "Dark Modern";
96+
# Custom theme
97+
#"workbench.colorTheme" = lib.mkOverride 3000 "Ayu Dark";
9698

9799
## bracket color stuff
98100
"editor.bracketPairColorization.enabled" = true;

0 commit comments

Comments
 (0)