-
-
Save devilankur18/2591869 to your computer and use it in GitHub Desktop.
vim? JavaScript? syntastic!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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