GitHub.vim
GitHub.vim copied to clipboard
Doesn't work with Neovim
It uses jobstart whereas AFAIK NeoVim uses job_start, unfortunately args + return value seem to differ and looking at SpaceVim there's a job layer built just for that, which I'm not familiar with nor can reimplement.
EDIT: github#api#util#async_get is the culprit.