mirror of https://github.com/wlcx/home.git
vsc: Add nix/editorconfig exts
This commit is contained in:
parent
d2d59eefa0
commit
6c85de5bcd
|
@ -6,6 +6,8 @@
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
matklad.rust-analyzer
|
matklad.rust-analyzer
|
||||||
jdinhlife.gruvbox
|
jdinhlife.gruvbox
|
||||||
|
jnoortheen.nix-ide
|
||||||
|
editorconfig.editorconfig
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
|
|
Loading…
Reference in New Issue