dotfiles/.config/VSCodium/User/settings.json
2021-04-02 19:06:33 +02:00

32 lines
1.2 KiB
JSON

{
"editor.acceptSuggestionOnEnter": "off",
"editor.accessibilitySupport": "off",
"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",
},
"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}
},
"terminal.integrated.fontFamily": "'monospace', 'PowerlineSymbols'",
"window.title": "${activeEditorShort}${separator}${rootPath}",
"workbench.colorTheme": "Better Solarized Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
}