1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-23 22:34:00 -05:00
parent c73653064c
commit abb6a7629f
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -12,6 +12,7 @@
jnoortheen.nix-ide
llvm-vs-code-extensions.vscode-clangd
mesonbuild.mesonbuild
ms-vscode.live-server
rust-lang.rust-analyzer
skellock.just
vadimcn.vscode-lldb
@ -38,12 +39,14 @@
"prettier.trailingComma" = "none";
"prettier.singleAttributePerLine" = false;
"prettier.useEditorConfig" = true;
"svelte.enable-ts-plugin" = true;
"telemetry.telemetryLevel" = "off";
"workbench.activityBar.iconClickBehavior" = "toggle";
"workbench.activityBar.location" = "bottom";
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.iconTheme" = "catppuccin-frappe";
} // builtins.listToAttrs [
(df "html" "esbenp.prettier-vscode")
(df "typescript" "esbenp.prettier-vscode")
(df "javascript" "esbenp.prettier-vscode")
];