From 5bc42e727aaf69052aebfbe601541dd637cfc527 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 18 Feb 2017 16:58:24 +0800 Subject: [PATCH] add submodule for Vundle --- .gitmodules | 3 +++ vim/.gitignore | 1 + vim/bundle/Vundle.vim | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules index db76b59..4f92574 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "zsh/plugins/zsh-syntax-highlighting"] path = zsh/plugins/zsh-syntax-highlighting url = git://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/gmarik/Vundle.vim.git diff --git a/vim/.gitignore b/vim/.gitignore index e04f6f2..80a7c63 100644 --- a/vim/.gitignore +++ b/vim/.gitignore @@ -1,6 +1,7 @@ .VimBallRecord *.swp bundle/* +!bundle/Vundle.vim plugin/* .vim-bookmarks temp/* diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim new file mode 160000 index 0000000..88688fe --- /dev/null +++ b/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7 -- 2.11.0