diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-09 15:13:09 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-09 22:17:38 +0600 |
| commit | cd757d30dd3553f09b17d8db70bc2073a526def2 (patch) | |
| tree | e59e49aa650ce87557b89d1eb1debdcf14543651 /.gitmodules | |
| parent | 6ba51a05ec82bb8c5659aa5ebff824e36dee4a3b (diff) | |
Add vim git plugin.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9a136b7..6587a60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,6 @@ [submodule "files/.vim/bundle/syntastic"] path = files/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "files/.vim/bundle/vim-fugitive"] + path = files/.vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git |
