diff options
author | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:46:46 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:46:46 +0100 |
commit | 1b23fbcaea1d83a7af4c02366110f1a9b01e66e0 (patch) | |
tree | 8be8192f0cbd9b5d9e5262a068aaa9f9866e1b89 /.gitmodules | |
parent | 4e659c0ddf8f404ae9acc46dd8b55da9edc9d359 (diff) |
vim: add Vundle to the submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d552ac4..33612b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/bundle/vim-fugitive"] path = vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/gmarik/Vundle.vim |