neovim-ruby-host

Ruby client for Neovim

Install

All systems
curl cmd.cat/neovim-ruby-host.sh
Debian Debian
apt-get install ruby-neovim
Ubuntu
apt-get install ruby-neovim
image/svg+xml Kali Linux
apt-get install ruby-neovim
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-neovim
Raspbian
apt-get install ruby-neovim

ruby-neovim

Ruby client for Neovim

Ruby library to control remote neovim instances. Can be used as a neovim plugin host, allowing one to write neovim plugins completely in ruby. It also acts as a compatibility layer for Ruby plugins written for legacy vim. The :ruby, :rubyfile, and :rubydo commands are intended to behave the same as they did in vim.