From ec2d9ddf48e56137a0c425c179cc9cb18fb5648a Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 15 Oct 2015 10:28:08 +0200 Subject: corrected submodule --- .gitmodules | 3 +++ .vim/plugins/Vundle.vim | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/plugins/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a7dea0d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/plugins/Vundle.vim"] + path = .vim/plugins/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/.vim/plugins/Vundle.vim b/.vim/plugins/Vundle.vim new file mode 160000 index 0000000..0ee36b2 --- /dev/null +++ b/.vim/plugins/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f -- cgit v1.2.3