Skip to content

Instantly share code, notes, and snippets.

@devilankur18
Forked from coolaj86/install-syntastic.sh
Created May 4, 2012 03:52
Show Gist options
  • Save devilankur18/2591869 to your computer and use it in GitHub Desktop.
Save devilankur18/2591869 to your computer and use it in GitHub Desktop.
vim? JavaScript? syntastic!
# This is how you install syntax checking for JavaScript in vim
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -so ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim
npm install -g jshint
cd ~/.vim/bundle
git clone https://github.com/scrooloose/syntastic.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment