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')
\ })
TODO
- Support close github issues and PR;
- Read commit logs