Skip to content

Add remote socket support#1161

Open
georgeharker wants to merge 8 commits intomasterfrom
remote-nvim
Open

Add remote socket support#1161
georgeharker wants to merge 8 commits intomasterfrom
remote-nvim

Conversation

@georgeharker
Copy link
Copy Markdown
Collaborator

This adds the option (via settings) to use socket connections rather than pipes Also to connect to a nvim server

  • Use bluesocket to implement the socket communication
  • refactor setup machinery to be lua and reused in both contexts
  • add vimr cli support for connecting to a remote
  • add VimRNewWindow and VimrRConnectToRemote commands
  • allow 3 connection modes (stdio / socket to launched nvim / connect to remote)
  • Ensures we see colorscheme for remote connections by reasserting it
  • fixes guifont issues with comma separated fallbacks

This adds the option (via settings) to use socket connections rather than pipes
Also to connect to a nvim server
* Use bluesocket to implement the socket communication
* refactor setup machinery to be lua and reused in both contexts

- add vimr cli support for connecting to a remote
- add VimRNewWindow and VimrRConnectToRemote commands
- allow 3 connection modes (stdio / socket to launched nvim / connect to remote)
- Ensures we see colorscheme for remote connections by reasserting it
- fixes guifont issues with comma separated fallbacks
Colorscheme needs to work like it did
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

Successfully merging this pull request may close these issues.

1 participant