Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

asyncomplete-gitcommit

Git commit message completion source for asyncomplete.vim

Installing

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

Register asyncomplete-gitcommit

auUserasyncomplete_setupcallasyncomplete#register_source({
\ 'name': 'gitcommit',
\ 'whitelist': ['gitcommit'],
\ 'priority': 10,
\ 'completor': function('asyncomplete#sources#gitcommit#completor')
\ })

TODO

  • Support close github issues and PR;
  • Read commit logs

About

Provides common words of git commit message autocomplete for asyncomplete.vim

Topics

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages