Browse Source

atom: update config and plugin install script

Kyle P Davis 8 years ago
parent
commit
ac687ccc8c
2 changed files with 8 additions and 2 deletions
  1. 3 0
      atom/config.cson
  2. 5 2
      install_atom_plugins.sh

+ 3 - 0
atom/config.cson

@@ -1,7 +1,10 @@
 "*":
   "atom-ternjs": {}
   "atom-typescript": {}
+  "autocomplete-python":
+    useKite: false
   core:
+    telemetryConsent: "limited"
     themes: [
       "one-light-ui"
       "one-light-syntax"

+ 5 - 2
install_atom_plugins.sh

@@ -26,6 +26,8 @@ highlight-selected
 language-diff
 language-svg
 language-viml
+language-nginx
+language-apache
 linter
 linter-clang
 linter-cpplint
@@ -34,10 +36,11 @@ linter-eslint
 linter-javac
 linter-js-yaml
 linter-less
-linter-pep8
+linter-pycodestyle
 linter-perl
 linter-pylint
 linter-sass-lint
+linter-stylelint
 linter-shellcheck
 linter-tslint
 linter-write-good
@@ -55,7 +58,7 @@ svg-preview
 term3
 trailing-spaces
 turbo-javascript
-vim-mode
+vim-mode-plus
 EOF
 )