compiler-explorer.vim icon indicating copy to clipboard operation
compiler-explorer.vim copied to clipboard

Support NeoVim

Open TamaMcGlinn opened this issue 4 years ago • 1 comments

This plugin uses Vim 8 jobs / channels, which are not supported in NeoVim because it has a jobs API which is supposedly better. In any case, it is perfectly possible to support both NeoVim and Vim, if we use the jobs API when has('nvim').

TamaMcGlinn avatar Jul 14 '21 14:07 TamaMcGlinn

I don't use neovim and don't really have the time to add support for a platform I don't use right now. However, patches are always welcome and I'll be able to review and merge it if you want to make these changes.

ldrumm avatar Jul 15 '21 10:07 ldrumm