chore(vscode): update settings

This commit is contained in:
winston 2023-03-24 22:49:44 +01:00
parent 563d8891e4
commit d5915b3c39
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -48,11 +48,11 @@
}, },
{ {
"before": ["[", "c"], "before": ["[", "c"],
"commands": ["workbench.action.editor.previousChange"], "commands": ["workbench.action.editor.previousChange"]
}, },
{ {
"before": ["]", "c"], "before": ["]", "c"],
"commands": ["workbench.action.editor.nextChange"], "commands": ["workbench.action.editor.nextChange"]
}, },
{ {
"before": ["<C-l>"], "before": ["<C-l>"],
@ -112,4 +112,5 @@
"workbench.preferredHighContrastColorTheme": "Catppuccin Latte", "workbench.preferredHighContrastColorTheme": "Catppuccin Latte",
"window.autoDetectColorScheme": true, "window.autoDetectColorScheme": true,
"vim.smartRelativeLine": true, "vim.smartRelativeLine": true,
"ltex.additionalRules.motherTongue": "de-AT"
} }