config.cson 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. "*":
  2. "autocomplete-python":
  3. useKite: false
  4. core:
  5. closeDeletedFileTabs: true
  6. disabledPackages: [
  7. "git-time-machine"
  8. "markdown-preview"
  9. ]
  10. telemetryConsent: "no"
  11. themes: [
  12. "one-light-ui"
  13. "solarized-light-syntax"
  14. ]
  15. editor:
  16. autoIndentOnPaste: false
  17. fontFamily: "Source Code Pro"
  18. fontSize: 16
  19. invisibles: {}
  20. "exception-reporting":
  21. userId: "f97fbf72-4900-4b83-9479-351989e3d1bc"
  22. "git-diff":
  23. showIconsInEditorGutter: true
  24. "linter-ui-default":
  25. panelHeight: 226
  26. "markdown-preview-plus":
  27. enableLatexRenderingByDefault: true
  28. "minimap-plus": {}
  29. "split-diff":
  30. diffWords: true
  31. ignoreWhitespace: true
  32. leftEditorColor: "red"
  33. rightEditorColor: "green"
  34. scrollSyncType: "Vertical + Horizontal"
  35. "vim-mode-plus":
  36. useSmartcaseForSearch: true
  37. welcome:
  38. showOnStartup: false
  39. "you-complete-me":
  40. globalExtraConfig: "~/.ycm_extra_conf.py"
  41. pythonExecutable: "python3"
  42. ycmdPath: "/Users/kheinicke/repos/ycmd/"