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.
CocInstall coc-github
In your git commit message:
-
Type "#" to trigger issues of the current github repository
-
Filter candidates with either issue numbers or issue titles
"coc.github.enable": {
"type": "boolean",
"default": true
},
"coc.github.priority": {
"type": "number",
"default": 99
},
"coc.github.filetypes": {
"type": "array",
"default": [
"gitcommit"
]
}
- Use cache to improve the speed
- Support cross repo issues
- Support private repo
- Support GitLab
- Support AzureDevOps
Inspired by deoplete-github
MIT