-
Notifications
You must be signed in to change notification settings - Fork 57
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
No --server option #107
Comments
nvr provides this. Also, starting with |
It is unclear to me how nvr is going to do this for NyaoVim. From what I read on the project page, nvr is a tool for controlling Neovim from cli and scripts. I understand the I'll simply create a nvim process on the server and bind it to a specific unix socket. Then I will run NyaoVim on my local machine and also bind it to a specific unix socket with |
After spending the evening on getting this to work with I can create the listening server process and the ssh socket forward, but the only way I can connect from my local machine is with Connecting to the server was not possible with either So as far as I can see, the |
I'd like to connect to a remote Neovim session. Similar to how it's done in Neovim-Qt, I tried
nyaovim --server <tcpSocket>
, but there doesn't seem to be a--server
option. Can NyaoVim connect to a remote Neovim? If not, I'd like to request that feature.The text was updated successfully, but these errors were encountered: