neovim / neovim-ruby

Ruby support for Neovim
MIT License
340 stars 17 forks source link

Set client info on ruby provider startup #61

Closed alexgenco closed 5 years ago

alexgenco commented 5 years ago

Addresses https://github.com/neovim/neovim-ruby/issues/60

justinmk commented 5 years ago

Nice! Does this also set "basic" info for the non-host client? Or is the ruby client always a "host"? (The python client is not always in "host" mode, so in https://github.com/neovim/pynvim/pull/399 I changed it to send client info for that case as well.

alexgenco commented 5 years ago

You can manually attach a client in your own Ruby process, so I'll try to set different client info in that case.