1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-07-23 22:48:09 +00:00
This commit is contained in:
Rae 5e 2025-07-20 15:49:58 -04:00
parent 2ad36426a2
commit c6813d052f
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
8 changed files with 49 additions and 64 deletions

View file

@ -51,7 +51,7 @@
# "editor.fontLigatures" = true;
"editor.formatOnSave" = false;
"editor.indentSize" = 4;
"editor.inlayHints.enabled" = false;
"editor.inlayHints.enabled" = "off";
"editor.insertSpaces" = false;
"editor.tabSize" = 4;
"explorer.confirmDelete" = false;
@ -62,12 +62,14 @@
"prettier.singleAttributePerLine" = false;
"prettier.useEditorConfig" = true;
"prettier.useTabs" = true;
"SourcePawnLanguageServer.includeDirectories" = [ "/mnt/rae2/steamcmd/css_ds/cstrike/addons/sourcemod/scripting/include" ];
"svelte.enable-ts-plugin" = true;
"telemetry.telemetryLevel" = "off";
"workbench.activityBar.iconClickBehavior" = "toggle";
"workbench.activityBar.location" = "bottom";
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe";
"workbench.sideBar.location" = "right";
"workbench.startupEditor" = "none";
} // builtins.listToAttrs [
(df "css" "esbenp.prettier-vscode")