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 ++++++--- files/.vim/bundle/syntastic | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 files/.vim/bundle/syntastic 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 diff --git a/files/.vim/bundle/syntastic b/files/.vim/bundle/syntastic new file mode 160000 index 0000000..1ee4bcc --- /dev/null +++ b/files/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 1ee4bcccc705cdcd07c806d04a88035bb02ee377 -- cgit v1.2.3