1.0.1 • Published 5 years ago

coc-github v1.0.1

Weekly downloads
44
License
MIT
Repository
github
Last release
5 years ago

coc-github

Github issue source for coc.nvim

npm.io

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

1.0.1

5 years ago

1.0.0

5 years ago