diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index fecf7af..0fc0e02 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -48,11 +48,11 @@ }, { "before": ["[", "c"], - "commands": ["workbench.action.editor.previousChange"], + "commands": ["workbench.action.editor.previousChange"] }, { "before": ["]", "c"], - "commands": ["workbench.action.editor.nextChange"], + "commands": ["workbench.action.editor.nextChange"] }, { "before": [""], @@ -112,4 +112,5 @@ "workbench.preferredHighContrastColorTheme": "Catppuccin Latte", "window.autoDetectColorScheme": true, "vim.smartRelativeLine": true, + "ltex.additionalRules.motherTongue": "de-AT" }