wsdjeg/GitHub.vim

Doesn't work with Neovim

blackxored opened this issue · 0 comments

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.