GitHub.vim icon indicating copy to clipboard operation
GitHub.vim copied to clipboard

Doesn't work with Neovim

Open blackxored opened this issue 6 years ago • 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.

blackxored avatar Nov 27 '19 01:11 blackxored