From dc237c83248794ecdc94933fa549a89a7cc86178 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Tue, 20 Nov 2012 10:36:28 +0100 Subject: Add syntastic bundle --- .gitmodules | 3 +++ vim/.vim/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index b643ab9..d4fb015 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/.vim/bundle/vim-scala"] path = vim/.vim/bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[submodule "vim/.vim/bundle/syntastic"] + path = vim/.vim/bundle/syntastic + url = https://github.com/scrooloose/syntastic/ diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic new file mode 160000 index 0000000..ccecbcb --- /dev/null +++ b/vim/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit ccecbcb4606ad6a7cfecae5eacb15022ce521b4d -- cgit v1.2.3-70-g09d2