Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

at15/issue-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issue-complete

Auto completion for github/gitlab issues when editing git commit messages using vim

screen

Usage

  • :UpdateIssue to update issue cache
  • <C+X> <C+O> to show omini completion, it will fetch automatically if cache is not found

Install

Manually

  • copy ftdetect and ftplugin to your ~/vim folder.
  • add cache folder to .gitignore in your project folder, because it will save issues in that folder. ( It will be fixed in the future )

Plugin manager

TODO: I haven't use any plugin manager yet

Road map

  • get current repo information by reading file in .git folder
  • make api calls to github to get the issue list
  • cache issues and add command for fetch
  • omni completion for file type COMMIT_EDITMSG
  • allow filter issues in the command, currently only open issue are fetched
  • allow search issues
  • support Chinese
  • add it to auto completion when type Fix # it will pop up recent issues

Ref

About

Auto completion for github/gitlab issues when editing git commit messages using vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors