jbyuki / instant.nvim

collaborative editing in Neovim using built-in capabilities
MIT License
1.29k stars 25 forks source link

Show optional parameters to `InstantStartServer` #5

Closed gleachkr closed 3 years ago

gleachkr commented 3 years ago

This is a small edit that will hopefully clarify that for LAN usage, you need to set host 0.0.0.0, do ssh port forwarding, or something. You can figure this out from other documentation, but this might reduce friction for people trying out the plugin.

jbyuki commented 3 years ago

Thank you, merging.