From 4b63f03ffb23d3a6892d96e039c715c0b0a8d240 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 3 Oct 2013 22:15:50 +0200 Subject: [PATCH] add syntastic plugin --- .gitmodules | 3 +++ vim/bundle/syntastic | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/syntastic diff --git a/.gitmodules b/.gitmodules index 06804a4..2b4a011 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/bundle/command-t"] path = vim/bundle/command-t url = git://git.wincent.com/command-t.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..58ba3d4 --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 58ba3d429407944539852ff42a54cbc3accb1527 -- 2.48.1