coc-github
v1.0.1
Published
github issue source for coc.nvim
Downloads
8
Readme
coc-github
Github issue source for coc.nvim
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
- [ ] Support cross repo issues
References
Inspired by deoplete-github
License
MIT