From b34b959d20dfd10bdf89d2e13ccc52c58cdc6524 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 17 Oct 2015 12:03:42 +0200 Subject: [PATCH] Adding Vundle as a git submodule. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9eb7fea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/Vundle.vim"] + path = .vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git