You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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').
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').