From ad0c19a0a7273a3107ec6241f52d2c2869fd21e2 Mon Sep 17 00:00:00 2001 From: RuhNet Date: Wed, 15 Aug 2018 14:54:49 -0400 Subject: [PATCH] Added Vundle --- .gitmodules | 3 +++ bundle/Vundle.vim | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7591391 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/Vundle.vim"] + path = bundle/Vundle.vim + url = git@github.com:gmarik/Vundle.vim.git diff --git a/bundle/Vundle.vim b/bundle/Vundle.vim new file mode 160000 index 0000000..9a38216 --- /dev/null +++ b/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d