diff options
| author | Teddy Wing | 2017-04-29 08:23:03 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-04-29 08:30:21 +0200 | 
| commit | 785f9d97199c02051791bdf09e81fe2a47b97aec (patch) | |
| tree | d0437757c103a9d4e35b8a31fbc9826d976c598c | |
| parent | 560f38104a004c8169317882099b58f6355f4db3 (diff) | |
| download | dotvim-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.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/vim-gitcha | 0 | 
2 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 diff --git a/bundle/vim-gitcha b/bundle/vim-gitcha new file mode 160000 +Subproject 5eca0d8f26acf29edbcc2376f6a8cd7a9d928a2 | 
