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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3