some nvim and vscode changes

This commit is contained in:
cy 2025-01-13 15:13:10 -05:00
parent 88e38e36ec
commit 8c8d0fbb56
2 changed files with 11 additions and 2 deletions

View file

@ -5,5 +5,13 @@
enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
mutableExtensionsDir = false;
extensions = with pkgs.vscode-extensions; [
vscodevim.vim
jnoortheen.nix-ide # nix language support
editorconfig.editorconfig # editorconfig
dracula-theme.theme-dracula # color scheme
tomoki1207.pdf # pdf viewer
yzhang.markdown-all-in-one # markdown tools
];
};
}