diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 960e04f..36908f5 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -1,3 +1,4 @@ +[misc] # Don't ask for confirmations #assume_yes = true diff --git a/private_Library/private_Application Support/private_VSCodium/User/settings.json b/private_Library/private_Application Support/private_VSCodium/User/settings.json index 8567363..66dfeea 100644 --- a/private_Library/private_Application Support/private_VSCodium/User/settings.json +++ b/private_Library/private_Application Support/private_VSCodium/User/settings.json @@ -29,5 +29,7 @@ "workbench.preferredLightColorTheme": "Catppuccin Latte", "workbench.startupEditor": "none", "clangd.checkUpdates": true, - "clangd.arguments": ["--compile-commands-dir=./build.nosync/"] + "clangd.arguments": [ + "--compile-commands-dir=./build.nosync/" + ], }