From ce34feaa13902edd991d0c558e86252f765da8be Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Nov 2014 21:46:40 +0000 Subject: [PATCH] Added Vundle as a submodule. --- .gitmodules | 3 +++ .vim/bundle/Vundle.vim | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7cdc133 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/Vundle.vim"] + path = .vim/bundle/Vundle.vim + url = https://github.com/gmarik/Vundle.vim.git diff --git a/.vim/bundle/Vundle.vim b/.vim/bundle/Vundle.vim new file mode 160000 index 0000000..0b28e33 --- /dev/null +++ b/.vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab