diff --git a/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json b/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json new file mode 100644 index 0000000..922aa10 --- /dev/null +++ b/dot_var/app/com.vscodium.codium/config/private_VSCodium/User/settings.json @@ -0,0 +1,19 @@ +{ + "redhat.telemetry.enabled": true, + "git.enableSmartCommit": true, + "git.autofetch": true, + "git.confirmSync": false, + "markdown-preview-enhanced.enablePreviewZenMode": false, + "markdown-preview-enhanced.mathInlineDelimiters": [ + + [ + "$", + "$" + ], + [ + "\\(", + "\\)" + ] + ], + "markmap.defaultOptions": "{\n\t\"colorFreezeLevel\": 3,\n\t\"maxWidth\": 300,\n\t\"initialExpandLevel\": 3\n}" +} \ No newline at end of file