npx claudepluginhub anthropics/claude-plugins-official --plugin ruby-lspThis LSP server requires ruby-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ruby-lsp": {
"command": "ruby-lsp",
"extensionToLanguage": {
".rb": "ruby",
".ru": "ruby",
".erb": "erb",
".rake": "ruby",
".gemspec": "ruby"
}
}
}
}ruby-lspstdio