1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 14:33:45 +01:00

vsc: Add nix/editorconfig exts

This commit is contained in:
Sam W 2022-11-19 22:35:57 +00:00
parent d2d59eefa0
commit 6c85de5bcd

View File

@ -6,6 +6,8 @@
extensions = with pkgs.vscode-extensions; [
matklad.rust-analyzer
jdinhlife.gruvbox
jnoortheen.nix-ide
editorconfig.editorconfig
];
userSettings = {
"update.mode" = "none";