Browse Source

update my atom plugins list

* replace Tern w/ atom-ternjs
* remove atom-lint because it overlaps with the linter* plugins (and they do a little bit more)
* remove broken and rarely used tualo-git-context plugin
Kyle P Davis 10 years ago
parent
commit
aa5027afb5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      install_atom_plugins.sh

+ 1 - 3
install_atom_plugins.sh

@@ -3,7 +3,6 @@
 # To get "apm" tool: open Atom and click "Atom->Install Shell Commands"
 # To get "apm" tool: open Atom and click "Atom->Install Shell Commands"
 apm install $(cat<<-EOF
 apm install $(cat<<-EOF
 Sublime-Style-Column-Selection
 Sublime-Style-Column-Selection
-Tern
 Zen
 Zen
 angularjs
 angularjs
 ask-stack
 ask-stack
@@ -12,7 +11,7 @@ atom-bootstrap3
 atom-cli-diff
 atom-cli-diff
 atom-color-highlight
 atom-color-highlight
 atom-html-preview
 atom-html-preview
-atom-lint
+atom-ternjs
 atomatigit
 atomatigit
 atomic-rest
 atomic-rest
 autocomplete-plus
 autocomplete-plus
@@ -90,7 +89,6 @@ test-jumper
 test-status
 test-status
 todo-show
 todo-show
 trailing-spaces
 trailing-spaces
-tualo-git-context
 turbo-javascript
 turbo-javascript
 vim-mode
 vim-mode
 EOF
 EOF