summary refs log tree commit diff stats
path: root/.config/VSCodium/User/settings.json
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.dev>2020-10-04 18:08:49 -0400
committerBenjamin Morrison <ben@gbmor.dev>2020-10-04 18:08:49 -0400
commitb501798e88846e3512592b77a9d3a1b35550547b (patch)
tree381fba5809fbe152f3b990303e787932b5766088 /.config/VSCodium/User/settings.json
parentae8a659a3b709bb36d984bcb3aeb19226f9b7ac4 (diff)
downloaddogfiles-b501798e88846e3512592b77a9d3a1b35550547b.tar.gz
some dev related config changes to vscode, spacemacs, and environment
Diffstat (limited to '.config/VSCodium/User/settings.json')
-rw-r--r--.config/VSCodium/User/settings.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json
index fc9e39c..8128f93 100644
--- a/.config/VSCodium/User/settings.json
+++ b/.config/VSCodium/User/settings.json
@@ -51,7 +51,7 @@
   "update.mode": "none",
   "update.showReleaseNotes": false,
   "window.menuBarVisibility": "toggle",
-  "workbench.colorTheme": "Dark-Dracula",
+  "workbench.colorTheme": "Dracula",
   "workbench.enableExperiments": false,
   "workbench.iconTheme": "material-icon-theme",
   "workbench.settings.enableNaturalLanguageSearch": false,
@@ -69,5 +69,7 @@
   "rust-client.engine": "rust-analyzer",
   "rust-analyzer.updates.channel": "nightly",
   "python.formatting.provider": "black",
-  "python.pythonPath": "/usr/bin/python3"
+  "python.pythonPath": "/usr/bin/python3",
+  "shellcheck.executablePath": "/usr/bin/shellcheck",
+  "git.enableStatusBarSync": false
 }