This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Description
I'd like to integrate this language server with Neovim.
To do that the following things are required:
- Stdio support
- Basic CLI commands (such as
language-server-ruby stdio, language-server-ruby --help, language-server-ruby --version)
- Simple install methods (like
npm i -g language-server-ruby)
Would you consider this to be possible?