mirror of https://github.com/wlcx/home.git
vscode: auto color scheme, rulers, ssh
This commit is contained in:
parent
780b0969ed
commit
7cff2f9d50
|
@ -11,8 +11,12 @@
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
"workbench.colorTheme" = "Gruvbox Dark Hard";
|
"window.autoDetectColorScheme" = true;
|
||||||
|
"workbench.preferredDarkColorTheme" = "Gruvbox Dark Hard";
|
||||||
"files.trimTrailingWhitespace" = true;
|
"files.trimTrailingWhitespace" = true;
|
||||||
|
# Don't try to write to the nix-managed .ssh/config
|
||||||
|
"remote.SSH.configFile" = "~/.ssh/config.local";
|
||||||
|
"editor.rulers" = [ 90 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue