try newer stuff again

This commit is contained in:
cy 2025-02-20 01:39:31 -05:00
parent 5efe1463a3
commit 322b594936
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 16 additions and 19 deletions

View file

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