mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

neovim-remote does not work on the latest neovim #176

Closed Shougo closed 2 years ago

Shougo commented 2 years ago

Because neovim-remote uses $NVIM_LISTEN_ADDRESS and $NVIM_LISTEN_ADDRESS does not set by neovim.

https://github.com/neovim/neovim/issues/14090#issuecomment-1116142242

I don't recommend for you to use neovim-remote. It is not supported anymore.

You should use nvim --remote feature instead.

mhinz commented 2 years ago

"does not work" is not a valid issue description.

If it's about the use case of using nvr within :terminal, I'll add support for $NVIM today.

mhinz commented 2 years ago

$NVIM is supported as of 2.4.1.

Shougo commented 2 years ago

Thanks.