diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 7e7a18a5..f13d8c94 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -8,4 +8,14 @@ "cSpell.language": "en,en-GB", "editor.formatOnSave": true, "files.trimTrailingWhitespace": true, + "better-comments.highlightPlainText": true, + "rust-client.updateOnStartup": true, + "rust.all_features": true, + "rust.goto_def_racer_fallback": true, + "vim.statusBarColorControl": true, + "workbench.colorCustomizations": { + "statusBar.background": "#005f5f", + "statusBar.noFolderBackground": "#005f5f", + "statusBar.debuggingBackground": "#005f5f" + }, } \ No newline at end of file