| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- "*":
- "autocomplete-python":
- useKite: false
- core:
- closeDeletedFileTabs: true
- disabledPackages: [
- "git-time-machine"
- "markdown-preview"
- ]
- telemetryConsent: "no"
- themes: [
- "one-light-ui"
- "solarized-light-syntax"
- ]
- editor:
- autoIndentOnPaste: false
- fontFamily: "Source Code Pro"
- fontSize: 16
- invisibles: {}
- "exception-reporting":
- userId: "f97fbf72-4900-4b83-9479-351989e3d1bc"
- "git-diff":
- showIconsInEditorGutter: true
- "linter-ui-default":
- panelHeight: 226
- "markdown-preview-plus":
- enableLatexRenderingByDefault: true
- "minimap-plus":
- absoluteMode: true
- adjustAbsoluteModeHeight: true
- "package-sync":
- createOnChange: true
- forceOverwrite: true
- "split-diff":
- diffWords: true
- ignoreWhitespace: true
- leftEditorColor: "red"
- rightEditorColor: "green"
- scrollSyncType: "Vertical + Horizontal"
- "vim-mode-plus":
- useSmartcaseForSearch: true
- welcome:
- showOnStartup: false
- whitespace:
- ensureSingleTrailingNewline: false
- removeTrailingWhitespace: false
- "you-complete-me":
- globalExtraConfig: "~/.ycm_extra_conf.py"
- pythonExecutable: "python3"
- ycmdPath: "/Users/kheinicke/repos/ycmd/"
|