diff options
author | Tharre <tharre3@gmail.com> | 2018-07-18 13:29:51 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-18 13:29:51 +0200 |
commit | 56266928abecd131bce8e105de32e26ca1b4d50d (patch) | |
tree | c935fbd0d8626f149e385dea4955b8c0b49c4a5a /.gitmodules | |
parent | d2df210813307643d6cd1f29b9b397d2ee57ee82 (diff) | |
download | dotfiles-56266928abecd131bce8e105de32e26ca1b4d50d.tar.gz dotfiles-56266928abecd131bce8e105de32e26ca1b4d50d.tar.xz dotfiles-56266928abecd131bce8e105de32e26ca1b4d50d.zip |
vim: add vim-fugitive
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3a3c81a..aa0021f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -71,3 +71,6 @@ [submodule ".vim/bundle/fzf.vim"] path = .vim/bundle/fzf.vim url = https://github.com/junegunn/fzf.vim +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git |