|
|
5 месяцев назад | |
|---|---|---|
| .. | ||
| LICENSE | c96abc73df Add Apache 2.0 LICENSE to ruby-lsp plugin | 5 месяцев назад |
| README.md | 80a2049c5d Add Ruby LSP plugin with inline lspServers configuration | 8 месяцев назад |
Ruby language server for Claude Code, providing code intelligence and analysis.
.rb, .rake, .gemspec, .ru, .erb
gem install ruby-lsp
Add to your Gemfile:
gem 'ruby-lsp', group: :development
Then run:
bundle install