From 785f9d97199c02051791bdf09e81fe2a47b97aec Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 08:23:03 +0200 Subject: Add 'vim-gitcha' plugin Provides completion of Git SHAs in commit messages. Super handy for referencing other commits without having to copy-paste and use the mouse. Was getting tired of that routine. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 7a40c1d..ff58d78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -77,3 +77,6 @@ path = bundle/vim-argwrap url = https://github.com/FooSoft/vim-argwrap.git ignore = untracked +[submodule "bundle/vim-gitcha"] + path = bundle/vim-gitcha + url = https://github.com/teddywing/vim-gitcha.git -- cgit v1.2.3