| Class | Neovim::Host |
| In: |
lib/neovim/host/loader.rb
lib/neovim/host.rb |
| Parent: | Object |
| handlers | [R] | |
| specs | [R] |
Start a plugin host. This is called by the +nvim-ruby-host+ executable, which is spawned by nvim to discover and run Ruby plugins, and acts as the bridge between nvim and the plugin.
Handle messages received from the host. Sends a +Neovim::Client+ along with the message to be used in plugin callbacks.