This commit is contained in:
cy 2025-02-13 21:50:19 -05:00
parent 9877335f4b
commit 0c9823a5aa
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -9,14 +9,17 @@
extensions = extensions =
# if unfree # if unfree
# (with pkgs.vscode-marketplace; [ # (with pkgs.vscode-marketplace; [
(with pkgs.open-vsx; [ (
with pkgs.open-vsx;
[
vscodevim.vim vscodevim.vim
jnoortheen.nix-ide jnoortheen.nix-ide
editorconfig.editorconfig editorconfig.editorconfig
github.github-vscode-theme github.github-vscode-theme
rust-lang.rust-analyzer rust-lang.rust-analyzer
shd101wyy.markdown-preview-enhanced shd101wyy.markdown-preview-enhanced
]); ]
);
userSettings = { userSettings = {
"workbench.colorTheme" = "GitHub Dark Default"; "workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay"; "files.autoSave" = "afterDelay";