From 306edf24f520494b8deefe0033629ad55a496772 Mon Sep 17 00:00:00 2001 From: Julius Wunderlich Date: Wed, 10 Jan 2024 17:12:49 +0100 Subject: [PATCH] Update settings.json --- settings.json | 506 ++++++++++++++++++++++++-------------------------- 1 file changed, 244 insertions(+), 262 deletions(-) diff --git a/settings.json b/settings.json index 6445511..ef2be31 100644 --- a/settings.json +++ b/settings.json @@ -1,277 +1,259 @@ { - "editor.rulers": [80], + "editor.rulers": [80], - "workbench.colorCustomizations": { - "editorWhitespace.foreground": "#ffffff17", - }, + "workbench.colorCustomizations": { + "editorWhitespace.foreground": "#ffffff17" + }, - "editor.tabCompletion": "on", - "editor.bracketPairColorization.enabled": true, - "editor.guides.bracketPairs": true, + "editor.tabCompletion": "on", + "editor.bracketPairColorization.enabled": true, + "editor.guides.bracketPairs": true, - "workbench.list.automaticKeyboardNavigation": false, - - "vim.handleKeys": { - "": false, - "": false, - }, + "workbench.list.automaticKeyboardNavigation": false, - "vim.normalModeKeyBindingsNonRecursive": [ - { - "before": ["j"], - "after": ["g", "j"] - }, - { - "before": ["k"], - "after": ["g", "k"] - }, - { - "before": ["g", "p", "d"], - "commands": ["editor.action.peekDefinition"] - }, - { - "before": ["g", "h"], - "commands": ["editor.action.showDefinitionPreviewHover"] - }, - { - "before": ["g", "i"], - "commands": ["editor.action.goToImplementation"] - }, - { - "before": ["g", "p", "i"], - "commands": ["editor.action.peekImplementation"] - }, - { - "before": ["g", "q"], - "commands": ["editor.action.quickFix"] - }, - { - "before": ["g", "r"], - "commands": ["editor.action.referenceSearch.trigger"] - }, - { - "before": ["g", "t"], - "commands": ["editor.action.goToTypeDefinition"] - }, - { - "before": ["g", "p", "t"], - "commands": ["editor.action.peekTypeDefinition"] - } - ], + "vim.normalModeKeyBindings": [ + { + "before": ["g", "p", "d"], + "commands": ["editor.action.peekDefinition"] + }, + { + "before": ["g", "h"], + "commands": ["editor.action.showDefinitionPreviewHover"] + }, + { + "before": ["g", "i"], + "commands": ["editor.action.goToImplementation"] + }, + { + "before": ["g", "p", "i"], + "commands": ["editor.action.peekImplementation"] + }, + { + "before": ["g", "q"], + "commands": ["editor.action.quickFix"] + }, + { + "before": ["g", "r"], + "commands": ["editor.action.referenceSearch.trigger"] +t }, + { + "before": ["g", "t"], + "commands": ["editor.action.goToTypeDefinition"] + }, + { + "before": ["g", "p", "t"], + "commands": ["editor.action.peekTypeDefinition"] + } + ], - "vim.insertModeKeyBindingsNonRecursive": [ - { - "before": ["f", "j"], - "after": [""] - }, - ], - "vim.insertModeKeyBindings": [ - { - "before": ["f", "j"], - "after": [""] - }, - ], - "vim.visualModeKeyBindingsNonRecursive": [ - { - "before": [ - ">" - ], - "commands": [ - "editor.action.indentLines" - ] - }, - { - "before": [ - "<" - ], - "commands": [ - "editor.action.outdentLines" - ] - }, - ], + "vim.normalModeKeyBindingsNonRecursive": [ + { + "before": ["j"], + "after": ["g", "j"] + }, + { + "before": ["k"], + "after": ["g", "k"] + } + ], - "vim.visualModeKeyBindings": [ - { - "before": ["f", "j"], - "after": [""] - }, - ], + "vim.insertModeKeyBindingsNonRecursive": [ + { + "before": ["f", "j"], + "after": [""] + } + ], + "vim.insertModeKeyBindings": [ + { + "before": ["f", "j"], + "after": [""] + } + ], + "vim.visualModeKeyBindingsNonRecursive": [ + { + "before": [">"], + "commands": ["editor.action.indentLines"] + }, + { + "before": ["<"], + "commands": ["editor.action.outdentLines"] + } + ], - "latex-workshop.latex.recipes": [ - { - "name": "(new) xelatex -> biber -> xelatex*2", - "tools": [ - "xelatex", - "biber", - "xelatex", - "xelatex" - ] - }, - { - "name": "(old) xelatex -> bibtex -> xelatex*2", - "tools": [ - "xelatex", - "bibtex", - "xelatex", - "xelatex" - ] - }, - ], + "vim.visualModeKeyBindings": [ + { + "before": ["f", "j"], + "after": [""] + } + ], - "latex-workshop.latex.tools": [ - { - "name": "pdflatex", - "command": "pdflatex", - "args": [ - "-synctex=1", - "-interaction=nonstopmode", - "-file-line-error", - "%DOC%" - ] - }, - { - "name": "bibtex", - "command": "bibtex", - "args": [ - "%DOCFILE%" - ] - }, - { - "name": "biber", - "command": "biber", - "args": [ - "%DOCFILE%" - ] - }, - { - "name": "xelatex", - "command": "xelatex", - "args": [ - "-synctex=1", - "-interaction=nonstopmode", - "-file-line-error", - "%DOC%" - ] - } - - ], + "latex-workshop.latex.recipes": [ + { + "name": "latexmk 🔃", + "tools": ["latexmk"] + } + ], - "clock.dateFormat": "HH:MM:ss", - "html.mirrorCursorOnMatchingTag": false, - "editor.renderControlCharacters": true, - "editor.renderWhitespace": "all", - "editor.fontSize": 15, - "terminal.integrated.fontSize": 15, - "workbench.statusBar.feedback.visible": false, - "git.confirmSync": false, - "workbench.list.horizontalScrolling": true, - "java.errors.incompleteClasspath.severity": "ignore", - "editor.suggestSelection": "first", - "vsintellicode.modify.editor.suggestSelection": "disabled", - "files.exclude": { - "**/.classpath": true, - "**/.project": true, - "**/.settings": true, - "**/.factorypath": true + "latex-workshop.latex.tools": [ + { + "name": "pdflatex", + "command": "pdflatex", + "args": [ + "-synctex=1", + "-interaction=nonstopmode", + "-file-line-error", + "%DOC%" + ] }, - "editor.minimap.renderCharacters": false, - "editor.minimap.showSlider": "always", - "git.enableSmartCommit": true, - "python.jediEnabled": false, - "workbench.iconTheme": "material-icon-theme", - "explorer.confirmDragAndDrop": false, - "latex-workshop.view.pdf.viewer": "browser", - "workbench.startupEditor": "newUntitledFile", - "workbench.editor.enablePreview": false, - "workbench.editor.enablePreviewFromQuickOpen": false, - "liveshare.featureSet": "insiders", - "spellright.language": [ - "de" - ], - "spellright.documentTypes": [ - "markdown", - "latex" - ], - "auto-close-tag.activationOnLanguage": [ - - - "xml", - "php", - "blade", - "ejs", - "jinja", - "javascript", - "javascriptreact", - "typescript", - "typescriptreact", - "plaintext", - "markdown", - "vue", - "liquid", - "erb", - "lang-cfml", - "cfml", - "HTML (EEx)", - "HTML (Eex)", - "plist" - ], - "vim.commandLineModeKeyBindingsNonRecursive": [ - - ], - "workbench.preferredDarkColorTheme": "Shades of Purple", - "python.languageServer": "Pylance", - "workbench.editorAssociations": { - "*.pdf": "default", - "*.ipynb": "jupyter-notebook" + { + "name": "bibtex", + "command": "bibtex", + "args": ["%DOCFILE%"] }, - "terminal.external.osxExec": "iTerm", - "terminal.integrated.cursorBlinking": true, - "editor.fontLigatures": false, - "launch": { - - - "configurations": [], - "compounds": [] + { + "name": "biber", + "command": "biber", + "args": ["%DOCFILE%"] }, - "jupyter.alwaysTrustNotebooks": true, - "terminal.integrated.shell.osx": "/bin/zsh", - "editor.accessibilitySupport": "off", - "extensions.autoUpdate": false, - "latex-workshop.message.update.show": false, - "omnisharp.useGlobalMono": "always", - "workbench.preferredLightColorTheme": "Visual Studio Light", - "editor.minimap.maxColumn": 60, - "editor.minimap.size": "fit", - "diffEditor.codeLens": true, - "workbench.editor.doubleClickTabToToggleEditorGroupSizes": "maximize", - "extensions.ignoreRecommendations": true, - "go.toolsManagement.autoUpdate": true, - "editor.fontFamily": "'Ubuntu Mono'", - "todo-tree.general.tags": [ - "BUG", - "HACK", - "FIXME", - "TODO", - "XXX", - "[ ]", - "[x]" - ], - "todo-tree.regex.regex": "(//|#|