From 1443be02d966d50ac8a854917957aad5a7334565 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Apr 2013 12:09:57 +0200 Subject: vim: Add YMC and vundle Signed-off-by: Florian Pritz --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index eb89c28..1221c5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule ".vim/bundle/vundle"] + path = .vim/bundle/vundle + url = https://github.com/gmarik/vundle.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git -- cgit v1.2.3-24-g4f1b