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