1
0

Minor setting changes

This commit is contained in:
Jip J. Dekker 2023-05-18 09:44:45 +10:00
parent ccd4dd1684
commit 4689264cb0
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,6 @@ confirm_os_window_close 0
shell xonsh
# BEGIN_KITTY_THEME
# Ayu Light
# Catppuccin-Latte
include current-theme.conf
# END_KITTY_THEME

View File

@ -27,5 +27,7 @@
"workbench.colorTheme": "Catppuccin Latte",
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"workbench.startupEditor": "none"
"workbench.startupEditor": "none",
"clangd.checkUpdates": true,
"clangd.arguments": ["--compile-commands-dir=./build.nosync/"]
}