2019-12-02 14:51:53 +08:00
2019-12-02 13:37:21 +08:00
2019-12-02 13:37:21 +08:00
2019-12-02 14:51:53 +08:00

asyncomplete-gitcommit

Git commit message completion source for asyncomplete.vim

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'laixintao/asyncomplete-gitcommit'

Register asyncomplete-gitcommit

au User asyncomplete_setup call asyncomplete#register_source({
    \ 'name': 'gitcommit',
    \ 'whitelist': ['gitcommit'],
    \ 'priority': 10,
    \ 'completor': function('asyncomplete#sources#gitcommit#completor')
    \ })
Description
Provides common words of git commit message autocomplete for asyncomplete.vim
Readme MIT 27 KiB
Languages
Vim Script 100%