|
@@ -25,7 +25,9 @@
|
|
|
panelHeight: 226
|
|
panelHeight: 226
|
|
|
"markdown-preview-plus":
|
|
"markdown-preview-plus":
|
|
|
enableLatexRenderingByDefault: true
|
|
enableLatexRenderingByDefault: true
|
|
|
- "minimap-plus": {}
|
|
|
|
|
|
|
+ "minimap-plus":
|
|
|
|
|
+ absoluteMode: true
|
|
|
|
|
+ adjustAbsoluteModeHeight: true
|
|
|
"package-sync":
|
|
"package-sync":
|
|
|
createOnChange: true
|
|
createOnChange: true
|
|
|
forceOverwrite: true
|
|
forceOverwrite: true
|
|
@@ -39,6 +41,9 @@
|
|
|
useSmartcaseForSearch: true
|
|
useSmartcaseForSearch: true
|
|
|
welcome:
|
|
welcome:
|
|
|
showOnStartup: false
|
|
showOnStartup: false
|
|
|
|
|
+ whitespace:
|
|
|
|
|
+ ensureSingleTrailingNewline: false
|
|
|
|
|
+ removeTrailingWhitespace: false
|
|
|
"you-complete-me":
|
|
"you-complete-me":
|
|
|
globalExtraConfig: "~/.ycm_extra_conf.py"
|
|
globalExtraConfig: "~/.ycm_extra_conf.py"
|
|
|
pythonExecutable: "python3"
|
|
pythonExecutable: "python3"
|