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; [ (
vscodevim.vim with pkgs.open-vsx;
jnoortheen.nix-ide [
editorconfig.editorconfig vscodevim.vim
github.github-vscode-theme jnoortheen.nix-ide
rust-lang.rust-analyzer editorconfig.editorconfig
shd101wyy.markdown-preview-enhanced github.github-vscode-theme
]); rust-lang.rust-analyzer
shd101wyy.markdown-preview-enhanced
]
);
userSettings = { userSettings = {
"workbench.colorTheme" = "GitHub Dark Default"; "workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay"; "files.autoSave" = "afterDelay";