mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
c73653064c
commit
abb6a7629f
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue