Skip to content

Commit

Permalink
Autoinstall jshint for syntastic
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stSoul committed Dec 18, 2013
1 parent edc3caf commit 2ed60ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Bundle 'Raimondi/delimitMate'
" I just enable it, with default config,
" many false positive but still usefull
Bundle 'scrooloose/syntastic'
" Install jshint for Syntastic
silent !type jshint &>/dev/null || { cd ~; echo 'Installing jshint'; npm install jshint; cd -; }

" Great file system explorer, it appears when you open dir in vim
" Allow modification of dir, and may other things
Expand Down

0 comments on commit 2ed60ab

Please sign in to comment.