From 8407ed2b4e5562acea4d3729d0d41e34290b7cf0 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 24 Jun 2012 21:33:18 -0500 Subject: [PATCH] [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` --- .gitmodules | 3 +++ vim/vim.symlink/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/vim.symlink/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index b62fc9e..b3c84a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vim/vim.symlink/bundle/syntastic b/vim/vim.symlink/bundle/syntastic new file mode 160000 index 0000000..1e94b98 --- /dev/null +++ b/vim/vim.symlink/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 1e94b987052e91d925ce93b331507cda5225e4b8