Claude c96abc73df Add Apache 2.0 LICENSE to ruby-lsp plugin 5 maanden geleden
..
LICENSE c96abc73df Add Apache 2.0 LICENSE to ruby-lsp plugin 5 maanden geleden
README.md 80a2049c5d Add Ruby LSP plugin with inline lspServers configuration 8 maanden geleden

README.md

ruby-lsp

Ruby language server for Claude Code, providing code intelligence and analysis.

Supported Extensions

.rb, .rake, .gemspec, .ru, .erb

Installation

Via gem (recommended)

gem install ruby-lsp

Via Bundler

Add to your Gemfile:

gem 'ruby-lsp', group: :development

Then run:

bundle install

Requirements

  • Ruby 3.0 or later

More Information