Skip to content

Commit

Permalink
feat: more vscode extensions to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Nov 23, 2024
1 parent f3d1216 commit bdf0c92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ self: super:
version = "0.6.1";
sha256 = "sha256-8t/9EJs9Ly6C89jM6HdCbeAdIvjSfePKD2WQwBtuJI0=";
};
steoates.autoimport = self.vscode-utils.extensionFromVscodeMarketplace {
name = "autoimport";
publisher = "steoates";
version = "1.5.4";
sha256 = "sha256-7iIwJJsoNbtTopc+BQ+195aSCLqdNAaGtMoxShyhBWY=";
};
};

vimPlugins = self.lib.recursiveUpdate super.vimPlugins {
Expand Down
5 changes: 4 additions & 1 deletion profiles/thomas/programs/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ in
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
bradlc.vscode-tailwindcss
christian-kohler.npm-intellisense
dracula-theme.theme-dracula
dzhavat.bracket-pair-toggler
editorconfig.editorconfig
foxundermoon.shell-format
Expand All @@ -49,14 +51,15 @@ in
redhat.vscode-yaml
shakram02.bash-beautify
signageos.signageos-vscode-sops
steoates.autoimport
timonwong.shellcheck
Vue.volar
yzhang.markdown-all-in-one
zxh404.vscode-proto3
];

userSettings = {
"workbench.colorTheme" = "Solarized Dark";
"workbench.colorTheme" = "Dracula";
"workbench.startupEditor" = "none";

"redhat.telemetry.enabled" = true;
Expand Down

0 comments on commit bdf0c92

Please sign in to comment.