Browse Source

update package list and turn on auto updates

Kevin Heinicke 8 năm trước cách đây
mục cha
commit
9a37029e4a
2 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 3 0
      atom/config.cson
  2. 9 0
      atom/packages.cson

+ 3 - 0
atom/config.cson

@@ -26,6 +26,9 @@
   "markdown-preview-plus":
     enableLatexRenderingByDefault: true
   "minimap-plus": {}
+  "package-sync":
+    createOnChange: true
+    forceOverwrite: true
   "split-diff":
     diffWords: true
     ignoreWhitespace: true

+ 9 - 0
atom/packages.cson

@@ -1,3 +1,12 @@
 packages: [
+  "autocomplete-python"
+  "busy-signal"
+  "hyperclick"
+  "intentions"
+  "linter"
+  "linter-ui-default"
+  "markdown-preview-plus"
   "package-sync"
+  "vim-mode-plus"
+  "you-complete-me"
 ]