aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2017-04-29 08:23:03 +0200
committerTeddy Wing2017-04-29 08:30:21 +0200
commit785f9d97199c02051791bdf09e81fe2a47b97aec (patch)
treed0437757c103a9d4e35b8a31fbc9826d976c598c /.gitmodules
parent560f38104a004c8169317882099b58f6355f4db3 (diff)
downloaddotvim-785f9d97199c02051791bdf09e81fe2a47b97aec.tar.bz2
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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