From 1625418cb14acc32cbad840847e5a9da21de424d Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 23:07:26 -0800 Subject: [PATCH] Add syntastic plugin to vim https://github.com/scrooloose/syntastic.git --- .gitmodules | 3 +++ vim/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index f7cc2ca..30cdfd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "vim/bundle/coffee-script"] path = vim/bundle/coffee-script url = https://github.com/kchmck/vim-coffee-script.git +[submodule "vim/bundle/syntastic"] + path = vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic new file mode 160000 index 0000000..fd173f1 --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit fd173f1c9118791c2d466fbd3ae62cb42004fb5d