This talk goes over the 2 years of development of the Ruby LSP. It starts showcasing some of its features, the current state of the internals and then goes into some of the future plans for the project.
LSP features • The Ruby LSP should automatically detect which addon to load based on your project's dependencies • Rails addon: https://github.com/Shopify/ruby-lsp-rails
install based on the dependency? • Should the addons be embedded in the gems they are related to? Or should they be separate gems? • How do we allow for con fi guration that is editor agnostic? A `~/.ruby-lsprc` fi le?