[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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
1
vim/vim.symlink/bundle/syntastic
Submodule
1
vim/vim.symlink/bundle/syntastic
Submodule
Submodule vim/vim.symlink/bundle/syntastic added at 1e94b98705
Reference in New Issue
Block a user