Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

voldikss/coc-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-github

Github issue source for coc.nvim

NOTE:

coc-git now has this feature included and it provides more other useful functionalities, please use coc-git instead.

Install

CocInstall coc-github

Usage

In your git commit message:

  • Type "#" to trigger issues of the current github repository

  • Filter candidates with either issue numbers or issue titles

Config

"coc.github.enable": {
    "type": "boolean",
    "default": true
},
"coc.github.priority": {
    "type": "number",
    "default": 99
},
"coc.github.filetypes": {
    "type": "array",
    "default": [
    "gitcommit"
    ]
}

Todo

  • Use cache to improve the speed
  • Support cross repo issues
  • Support private repo
  • Support GitLab
  • Support AzureDevOps

References

Inspired by deoplete-github

License

MIT

About

🐙 Github issue source for coc.nvim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published