diff options
author | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:33:13 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-11-16 12:33:13 +0100 |
commit | 07e207963760562914603e21037bf0d77e74feb7 (patch) | |
tree | 22699d638e7988577b48c1403d2db8d26c2d32f8 /.gitmodules | |
parent | 1c4215158bb39fcee61838763d3983049fc5d7eb (diff) |
vim: add vim-fugitive to submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c7fb4ef..d552ac4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/vim-airline"] path = vim/bundle/vim-airline url = https://github.com/bling/vim-airline.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive |