Add some more vscode settings

This commit is contained in:
Evie Litherland-Smith 2023-05-31 17:15:38 +01:00
parent 9f8e868f09
commit c15b3a05d6

View file

@ -20,6 +20,10 @@
userSettings = {
"[nix]"."editor.tabSize" = 2;
"workbench.colorTheme" = "Catppuccin Macchiato";
"editor.fontSize" = 16;
"editor.fontFamily" = "FiraCode Nerd Font";
"editor.fontLigatures" = true;
"git.confirmSync" = false;
};
};
}