From: Peng Li Date: Sat, 18 Feb 2017 08:58:24 +0000 (+0800) Subject: add submodule for Vundle X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=5bc42e727aaf69052aebfbe601541dd637cfc527;hp=13c5ade6dc04b91c00b64d4a0464d3b5def1d5b4;p=dotfiles.git add submodule for Vundle --- 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