From c2b71d97ae13a17def29bf98aca48714142a889a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Tue, 16 Oct 2012 10:18:00 +0200 Subject: Add vundle as a subproject --- .vim/bundle/vundle | 1 + .vim/bundles.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 .vim/bundle/vundle (limited to '.vim') diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle new file mode 160000 index 0000000..3bf598d --- /dev/null +++ b/.vim/bundle/vundle @@ -0,0 +1 @@ +Subproject commit 3bf598d169993d703c21115876c36e460a51b100 diff --git a/.vim/bundles.vim b/.vim/bundles.vim index ea70318..bfbf20f 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -6,7 +6,7 @@ call vundle#rc() " vundle itself " on a fresh install you need to do: -" > git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle +" > config submodules update --init " > vim -u .vim/bundles.vim +BundleInstall Bundle 'gmarik/vundle' -- cgit v1.2.3