From ca56e61b4fccffa3e325c2bf6396f89811cae150 Mon Sep 17 00:00:00 2001 From: Warwick Date: Thu, 28 Jan 2021 10:02:26 +0000 Subject: [PATCH] added vundle as submodule --- .gitignore | 5 +++-- .gitmodules | 3 +++ bundle/Vundle.vim | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 bundle/Vundle.vim diff --git a/.gitignore b/.gitignore index 5bf95fa..43919db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -bundle autoload doc -plugin/* +plugin +bundle +!bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..75554b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/Vundle.vim"] + path = bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/bundle/Vundle.vim b/bundle/Vundle.vim new file mode 160000 index 0000000..b255382 --- /dev/null +++ b/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95