diff options
author | Teddy Wing | 2023-11-25 21:34:56 +0100 |
---|---|---|
committer | Teddy Wing | 2023-11-27 23:56:32 +0100 |
commit | 47a069063b7eb5354f73c36c70e7cb907853c5b6 (patch) | |
tree | 180c747dbbaf58c81572792d4742283f852bde59 /.gitmodules | |
parent | 9d12a790a6c29ea6e90acb88a969c1e372d937ac (diff) | |
download | dotvim-47a069063b7eb5354f73c36c70e7cb907853c5b6.tar.bz2 |
Add 'vim-fugitive' plugin
Adding the plugin for real. It's been indispensable for code review.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 405f64c..2256353 100644 --- a/.gitmodules +++ b/.gitmodules @@ -136,3 +136,6 @@ [submodule "bundle/vim-mutt-aliases"] path = bundle/vim-mutt-aliases url = https://github.com/Konfekt/vim-mutt-aliases +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git |