Browse Source

atom: update plugins and tweak settings

Kyle P Davis 9 years ago
parent
commit
6e5947a94c
3 changed files with 12 additions and 22 deletions
  1. 5 2
      atom/config.cson
  2. 4 1
      atom/styles.less
  3. 3 19
      install_atom_plugins.sh

+ 5 - 2
atom/config.cson

@@ -10,5 +10,8 @@
     hideVcsIgnoredFiles: true
     hideVcsIgnoredFiles: true
     hideIgnoredNames: true
     hideIgnoredNames: true
   linter:
   linter:
-    showErrorInline: false
-    statusBar: "Show error if the cursor is in range"
+    inlineTooltipInterval: 1000
+  "linter-eslint":
+    disableWhenNoEslintrcFileInPath: true
+  "atom-ternjs": {}
+  core: {}

+ 4 - 1
atom/styles.less

@@ -25,12 +25,15 @@ atom-text-editor::shadow .cursor {
 }
 }
 
 
 atom-ternjs-type {
 atom-ternjs-type {
-    background: rgba(42, 63, 75, 0.9);
+    border: 1px solid rgba(116, 124, 128, 0.9);
+    // background: rgba(240, 248, 252, 0.9); // for light themes
+    background: rgba(42, 63, 75, 0.9);       // for dark themes
 }
 }
 
 
 .term2 .terminal {
 .term2 .terminal {
     font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
     font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
     -webkit-font-smoothing: none;
     -webkit-font-smoothing: none;
+    background: rgba(0, 0, 0, 0.9);
 }
 }
 
 
 atom-notifications {
 atom-notifications {

+ 3 - 19
install_atom_plugins.sh

@@ -3,18 +3,14 @@
 # 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
-Zen
 angularjs
 angularjs
-ask-stack
 atom-beautify
 atom-beautify
 atom-bootstrap3
 atom-bootstrap3
 atom-cli-diff
 atom-cli-diff
-atom-color-highlight
 atom-html-preview
 atom-html-preview
 atom-ternjs
 atom-ternjs
 atom-typescript
 atom-typescript
 atomatigit
 atomatigit
-atomic-rest
 autocomplete-emojis
 autocomplete-emojis
 center-screen
 center-screen
 change-case
 change-case
@@ -23,7 +19,6 @@ copy-as-rtf
 coverage
 coverage
 docblockr
 docblockr
 editorconfig
 editorconfig
-fancy-new-file
 file-icons
 file-icons
 filesize
 filesize
 git-blame
 git-blame
@@ -31,13 +26,11 @@ git-control
 git-difftool
 git-difftool
 git-log
 git-log
 git-plus
 git-plus
-git-tab-status
 go-plus
 go-plus
 hex
 hex
-highlight-cov
-highlight-line
 highlight-selected
 highlight-selected
 keybinding-cheatsheet
 keybinding-cheatsheet
+language-diff
 language-jade
 language-jade
 language-mumps
 language-mumps
 language-svg
 language-svg
@@ -61,27 +54,18 @@ linter-shellcheck
 linter-tslint
 linter-tslint
 linter-write-good
 linter-write-good
 linter-xmllint
 linter-xmllint
-live-archive
 man
 man
 merge-conflicts
 merge-conflicts
-mocha-test-runner
-node-debugger
 open-in-sourcetree
 open-in-sourcetree
 open-terminal-here
 open-terminal-here
-pain-split
 pdf-view
 pdf-view
-pipe
-regex-railroad-diagram
+pigments
+quick-highlight
 revert-buffer
 revert-buffer
 script
 script
 sort-lines
 sort-lines
-stacktrace
 svg-preview
 svg-preview
-task-list
 term2
 term2
-test-jumper
-test-status
-todo-show
 trailing-spaces
 trailing-spaces
 turbo-javascript
 turbo-javascript
 vim-mode
 vim-mode