From 5e88e2a68c361d203c14f234f4d2d6a083592071 Mon Sep 17 00:00:00 2001 From: hustcalm Date: Mon, 24 Jun 2013 22:41:13 +0800 Subject: [PATCH] add a new alternative to manage plugins using vundle --- .gitmodules | 3 +++ bundle/vundle | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vundle diff --git a/.gitmodules b/.gitmodules index 9cfc6c3c..0b1a744e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "bundle/vim-pandoc"] path = bundle/vim-pandoc url = https://github.com/vim-pandoc/vim-pandoc.git +[submodule "bundle/vundle"] + path = bundle/vundle + url = https://github.com/gmarik/vundle.git diff --git a/bundle/vundle b/bundle/vundle new file mode 160000 index 00000000..769010ae --- /dev/null +++ b/bundle/vundle @@ -0,0 +1 @@ +Subproject commit 769010ae4dc2ccb40bb0d93078f0480c80553860