From 920452da154e65667ee611fb6b2966f0484faab8 Mon Sep 17 00:00:00 2001 From: histalek Date: Sat, 25 Dec 2021 21:57:44 +0100 Subject: [PATCH] vscodium: Push changes to settings.json --- .config/VSCodium/User/settings.json | 106 ++++++++++++++++------------ 1 file changed, 60 insertions(+), 46 deletions(-) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index eef71f4..96d783a 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -1,50 +1,64 @@ { - "editor.acceptSuggestionOnEnter": "off", - "editor.accessibilitySupport": "off", - "editor.bracketPairColorization.enabled": true, - "editor.cursorBlinking": "smooth", - "editor.cursorSmoothCaretAnimation": true, - "editor.fontLigatures": false, - "explorer.confirmDelete": false, - "explorer.confirmDragAndDrop": false, - //Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers - "files.associations": { - "*.fcc": "yaml", - "*.ign": "json", + "editor.acceptSuggestionOnEnter": "off", + "editor.accessibilitySupport": "off", + "editor.bracketPairColorization.enabled": true, + "editor.cursorBlinking": "smooth", + "editor.cursorSmoothCaretAnimation": true, + "editor.fontLigatures": false, + "explorer.confirmDelete": false, + "explorer.confirmDragAndDrop": false, + //Ref: https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers + "files.associations": { + "*.bu": "yaml", + "*.ign": "json", + }, + "glualint.activeLanguages": [ + "glua", + "lua" + ], + "latex.server.autoDownload": true, + "latex-workshop.bind.enter.key": false, + "latex-workshop.chktex.enabled": true, + "latex-workshop.latex.clean.subfolder.enabled": true, + "latex-workshop.message.update.show": false, + "latex-workshop.view.pdf.viewer": "tab", + "markdownlint.config": { + "MD024": { + "allow_different_nesting": true }, - "glualint.activeLanguages": [ - "glua", - "lua" - ], - "latex.server.autoDownload": true, - "latex-workshop.bind.enter.key": false, - "latex-workshop.chktex.enabled": true, - "latex-workshop.latex.clean.subfolder.enabled": true, - "latex-workshop.message.update.show": false, - "latex-workshop.view.pdf.viewer": "tab", - "markdownlint.config": { - "MD024": {"allow_different_nesting": true}, - "MD033": {"allowed_elements": ["h1", "img"]} - }, - "terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'", - "window.title": "${activeEditorShort}${separator}${rootPath}", - "workbench.colorTheme": "Better Solarized Dark", - "workbench.iconTheme": "material-icon-theme", - "workbench.startupEditor": "newUntitledFile", - "editor.suggestSelection": "first", - "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", - "editor.wordWrap": "on", - "editor.wrappingIndent": "deepIndent", - "svg.preview.mode": "svg", - "gitlab.instanceUrl": "https://git.histalek.de", - "go.toolsManagement.autoUpdate": true, - "[javascript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[json]": { - "editor.defaultFormatter": "vscode.json-language-features" - }, - "[latex]": { - "editor.defaultFormatter": "James-Yu.latex-workshop" + "MD033": { + "allowed_elements": [ + "h1", + "img" + ] } + }, + "terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'", + "window.title": "${activeEditorShort}${separator}${rootPath}", + "workbench.colorTheme": "Better Solarized Dark", + "workbench.iconTheme": "material-icon-theme", + "workbench.startupEditor": "newUntitledFile", + "editor.suggestSelection": "first", + "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", + "editor.wordWrap": "on", + "editor.wrappingIndent": "deepIndent", + "svg.preview.mode": "svg", + "gitlab.instanceUrl": "https://git.histalek.de", + "go.toolsManagement.autoUpdate": true, + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[json]": { + "editor.defaultFormatter": "vscode.json-language-features" + }, + "[latex]": { + "editor.defaultFormatter": "James-Yu.latex-workshop" + }, + "[yaml]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "redhat.telemetry.enabled": false, + "yaml.schemas": { + "https://github.com/Nemric/Butane-Schemas/releases/latest/download/butane-v1_4_0.json": ["*.bu"] + } }