Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim doesn't work without vimproc #295

Open
robertjk opened this issue Oct 9, 2019 · 1 comment
Open

Neovim doesn't work without vimproc #295

robertjk opened this issue Oct 9, 2019 · 1 comment

Comments

@robertjk
Copy link

robertjk commented Oct 9, 2019

Should vimproc be required for Neovim?

README says:

Tsuquyomi requires the following:

  • Vim (vim7.4 or later)
  • Node.js & TypeScript
  • 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.

@robertjk robertjk changed the title vimproc required for Neovim Neovim doesn't work without vimproc Oct 9, 2019
@robertjk robertjk changed the title Neovim doesn't work without vimproc Neovim doesn't work without vimproc Oct 9, 2019
@michaeljones
Copy link

Thanks for posting this. It caught me out too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants