rubyide / vscode-ruby

Provides Ruby language and debugging support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby
MIT License
1.26k stars 286 forks source link

Request: standalone language server #779

Open eruizc-dev opened 2 years ago

eruizc-dev commented 2 years ago

I'd like to integrate this language server with Neovim.

To do that the following things are required:

  1. Stdio support
  2. Basic CLI commands (such as language-server-ruby stdio, language-server-ruby --help, language-server-ruby --version)
  3. Simple install methods (like npm i -g language-server-ruby)

Would you consider this to be possible?

wingrunr21 commented 2 years ago

Yes, I would. I'd like to add this support.

Also, as the server itself is stateless, it should also be packaged into a lightweight Docker container

eruizc-dev commented 2 years ago

Is there any way I can collaborate with this? I don't have much knowledge past installing and configuring language servers, but I could try