Description
Neovim can be controlled from Ruby code through bindings for plugins, remote control, and editor automation. This is useful for developers writing Neovim integrations in Ruby.
It is a language binding library, not Neovim itself. Plugins or scripts using it can edit files and run editor commands, so users should trust the code they load into their editor.