ruby
stdioruby
Used by 12 plugins
Requires Language Server Binary
This LSP server requires ruby-lsp to be installed on your system. Make sure it's available in your PATH before enabling.
Description
Ruby Language Server Protocol (LSP) for code analysis, autocompletion, and error checking.
Install
1
Add the marketplace(one-time)$
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/piebald-ai-ruby-lsp-ruby-lsp/marketplace.json2
Install the plugin$
/plugin install piebald-ai-ruby-lsp-ruby-lsp@cpd-piebald-ai-ruby-lsp-ruby-lspAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"ruby": {
"command": "ruby-lsp",
"extensionToLanguage": {
".rb": "ruby",
".rbw": "ruby",
".rake": "ruby",
".gemspec": "ruby"
}
}
}
}Supported Languages
ruby
.rb.rbw.rake.gemspec
Command
ruby-lspTransport
stdioAdvanced Configuration
Restart on Crash:Yes
Max Restarts:3
Initialization Options:
{}Settings:
{}Also used by 11 other plugins