-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
channels-rpcchannels, RPC, msgpackchannels, RPC, msgpackgsoccommunity: Google Summer of Code projectcommunity: Google Summer of Code projectui
Milestone
Description
I want to be able to connect to a Neovim session on another computer.
On the remote server I ran the following:
NVIM_LISTEN_ADDRESS=/tmp/nvim.socket nvim --headless
Then on the local machine I ran:
ssh -L /tmp/nvim.socket:/tmp/nvim.socket user@1.2.3.4
NVIM_LISTEN_ADDRESS=/tmp/nvim.socket nvim
Unfortunately that doesn't work though. Connecting to the socket via NVIM_LISTEN_ADDRESS
is not possible. I've also tried it with NVIM_LISTEN_ADDRESS=/tmp/nvim.socket nvim-qt
and NVIM_LISTEN_ADDRESS=/tmp/nvim.socket nyaovim
.
Neovim-Qt has a --server
option. Using that on my local machine nvim-qt --server /tmp/nvim.socket
does work. So for now I can only connect to my remote nvim session with Neovim-Qt.
It would be great to see a --server
option for the nvim
binary too, so it's possible to also connect to remote Neovim sessions from the terminal.
hauleth, Asdas91, doronbehar, entombedvirus, mrdunk and 17 more
Metadata
Metadata
Assignees
Labels
channels-rpcchannels, RPC, msgpackchannels, RPC, msgpackgsoccommunity: Google Summer of Code projectcommunity: Google Summer of Code projectui