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

Connection to server? #145

Open
xukai92 opened this issue Feb 19, 2021 · 2 comments
Open

Connection to server? #145

xukai92 opened this issue Feb 19, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@xukai92
Copy link

xukai92 commented Feb 19, 2021

uivonim looks awesome!

Does support something like --server=hostname:port in neovim-qt to connect to a remote neovim session?

Thanks!

@smolck smolck added enhancement New feature or request good first issue Good for newcomers labels Mar 9, 2021
@smolck
Copy link
Owner

smolck commented Mar 9, 2021

uivonim looks awesome!

Thank you! Sorry for not responding sooner!

Does support something like --server=hostname:port in neovim-qt to connect to a remote neovim session?

Currently, no. However, I think adding support should be fairly straightforward though, even trivial, since afaik all that's needed is a way to tell Uivonim to connect to an already-running Neovim instance with neovim-remote instead of spawning a new one. So would probably need just a small-ish change to src/bootstrap/galaxy.ts and src/core/master-control.ts to add a flag to do that, or something along those lines.

That is, of course, unless you mean something that would require changes to Uivonim itself, and I misunderstood?

@xukai92
Copy link
Author

xukai92 commented Mar 9, 2021

That is, of course, unless you mean something that would require changes to Uivonim itself, and I misunderstood?

I don't know how exactly that is implemented in neovim-qt but what you described here is what I was looking for.

I also notice that there is a PR in newovim that trying to support this in neovim directly, see neovim/neovim#10071.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants