From f5a3b82eac25edde99c48761b3459b10b605455b Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sun, 18 Mar 2018 00:27:33 +0000 Subject: [PATCH] Vundle.vim as 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..d7a8ec7 --- /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 diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim new file mode 160000 index 0000000..9a38216 --- /dev/null +++ b/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 9a38216a1c0c597f978d73547d37681fc689c90d