You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
uivonim looks awesome!
Does support something like
--server=hostname:port
in neovim-qt to connect to a remote neovim session?Thanks!
The text was updated successfully, but these errors were encountered: