coc-github

1.0.1 • Public • Published

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

/coc-github/

    Package Sidebar

    Install

    npm i coc-github

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    15.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • voldikss