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

Navigator does not work when running Neovim on remote server #32

Open
troflog opened this issue Jan 27, 2024 · 1 comment
Open

Navigator does not work when running Neovim on remote server #32

troflog opened this issue Jan 27, 2024 · 1 comment

Comments

@troflog
Copy link

troflog commented Jan 27, 2024

To start, I am no expert in Neovim.
Using Neovim version: NVIM v0.10.0-dev
Wezterm 20230712-072601-f4abf8fd

I often has to ssh into remote servers, and what I normally do is to install neovim locally on the server with all my plugins and settings. But I do not get Navigator to work on the remote server when using Wezterm.
Is this something which should work?

I understand that my Wezterm is running locally but the Neovim is running on the server, so they have no way of communicate?

@cultab
Copy link

cultab commented Sep 4, 2024

Maybe you could communicate over user variables [1], as they are set by escape sequences you can just emit them server side and have them trigger something client side?

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