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 +++ bundle/vim-gitcha | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-gitcha 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 diff --git a/bundle/vim-gitcha b/bundle/vim-gitcha new file mode 160000 index 0000000..5eca0d8 --- /dev/null +++ b/bundle/vim-gitcha @@ -0,0 +1 @@ +Subproject commit 5eca0d8f26acf29edbcc2376f6a8cd7a9d928a2f -- cgit v1.2.3