From 9addbf18b93a40af9188779821b326b2fffde67b Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 16 Jun 2018 06:37:42 +0200 Subject: [PATCH] added Vundle --- .gitmodules | 3 +++ .vim/autoload/.keep | 0 .vim/bundle/Vundle.vim | 1 + 3 files changed, 4 insertions(+) create mode 100644 .vim/autoload/.keep create mode 160000 .vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules index 170ede2..c910870 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".nano/syntax"] path = .nano/syntax url = https://github.com/scopatz/nanorc.git +[submodule ".vim/bundle/Vundle.vim"] + path = .vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/.vim/autoload/.keep b/.vim/autoload/.keep new file mode 100644 index 0000000..e69de29 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