Stats
Actions
Tags
From ruby
Ruby LSP provides code intelligence for Ruby and ERB — diagnostics, go-to-definition, find references, hover info, symbols for .rb, .ru, .erb, .rake, .gemspec files.
This LSP server requires ruby-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
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"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
ruby-lspstdioInitialization options and workspace settings
npx claudepluginhub bastos/ruby-plugin-marketplace --plugin ruby