From 44df3592d15d4073dece34cd2a00c3b43aba0ce3 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 23 Feb 2015 22:26:14 +0100 Subject: Added syntastic to vim --- .gitmodules | 3 +++ vim/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index dd834b9..1075e84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/bundle/supertab"] path = vim/bundle/supertab url = https://github.com/ervandew/supertab.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..a7758aa --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit a7758aa188a2a1979070c704ff721216bdd68bc8 -- cgit v1.2.3