From 15a32fffc79c7b3abae5427e8b57f26c9ac8c546 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 4 Jul 2014 20:18:37 +0600 Subject: Add vim syntastic module. --- .gitmodules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d296718..9a136b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,12 +63,15 @@ [submodule "tabular"] path = files/.vim/bundle/tabular url = https://github.com/godlygeek/tabular -[submodule "syntastic"] - path = files/.vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git +;[submodule "syntastic"] + ;path = files/.vim/bundle/syntastic + ;url = https://github.com/scrooloose/syntastic.git [submodule "FuzzyFinder"] path = files/.vim/bundle/FuzzyFinder url = https://github.com/vim-scripts/FuzzyFinder.git [submodule "L9"] path = files/.vim/bundle/L9 url = https://github.com/vim-scripts/L9.git +[submodule "files/.vim/bundle/syntastic"] + path = files/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic.git -- cgit v1.2.3