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
Shougo/vimproc.vim (Not required if you use vim8 or later)
I use Neovim in the newest version 0.4.2, but it seems vimproc is required for me. Why?
Shouldn't "Not required if you use vim8 or later" also include Neovim? From what I understand about vimproc after reading it's README, it adds asynchronicity support to Vim, which Neovim supports out of the box.
Problems without vimproc
If I don't install it, the plugin doesn't work and I get this errors:
:TsuStatusServer:
dead
:TsuStartServer:
Error detected while processing function tsuquyomi#startServer[1]..tsuquyomi#tsClient#startTss[2]..<SNR>123_startTssVimproc[5]..<SNR>115_touch:
line 4:
E117: Unknown function: vimproc#popen3
E15: Invalid expression: vimproc#popen3(a:cmd)
After vimproc installation everything works fine.
The text was updated successfully, but these errors were encountered:
robertjk
changed the title
vimproc required for Neovim
Neovim doesn't work without vimprocOct 9, 2019
robertjk
changed the title
Neovim doesn't work without vimproc
Neovim doesn't work without vimproc
Oct 9, 2019
Should
vimproc
be required for Neovim?README says:
I use Neovim in the newest version 0.4.2, but it seems
vimproc
is required for me. Why?Shouldn't "Not required if you use vim8 or later" also include Neovim? From what I understand about
vimproc
after reading it's README, it adds asynchronicity support to Vim, which Neovim supports out of the box.Problems without
vimproc
If I don't install it, the plugin doesn't work and I get this errors:
:TsuStatusServer
::TsuStartServer
:After
vimproc
installation everything works fine.The text was updated successfully, but these errors were encountered: