vscode: auto color scheme, rulers, ssh

This commit is contained in:
Sam W 2023-04-21 14:42:58 +01:00
parent 780b0969ed
commit 7cff2f9d50
1 changed files with 5 additions and 1 deletions

View File

@ -11,8 +11,12 @@
];
userSettings = {
"update.mode" = "none";
"workbench.colorTheme" = "Gruvbox Dark Hard";
"window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Gruvbox Dark Hard";
"files.trimTrailingWhitespace" = true;
# Don't try to write to the nix-managed .ssh/config
"remote.SSH.configFile" = "~/.ssh/config.local";
"editor.rulers" = [ 90 ];
};
};
}