[vim] added syntastic plugin

I added this specifically so that vim will run JSHint on my JavaScript
code when I save a file. Note: jshint needs to be installed and can be
installed from npm with `npm install -g jshint`
This commit is contained in:
Nick Nisi
2012-06-24 21:33:18 -05:00
parent 213089d977
commit 8407ed2b4e
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -85,3 +85,6 @@
[submodule "vim/vim.symlink/bundle/vim-matchit"]
path = vim/vim.symlink/bundle/vim-matchit
url = https://github.com/tsaleh/vim-matchit.git
[submodule "vim/vim.symlink/bundle/syntastic"]
path = vim/vim.symlink/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git