From 3b23907b6204f52a23079cc8589ecb022a8676de Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Tue, 3 Feb 2026 14:37:16 -0500 Subject: [PATCH] Add addon example for zed configuration --- jekyll/editors.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jekyll/editors.markdown b/jekyll/editors.markdown index 5935f90c4..5b774c525 100644 --- a/jekyll/editors.markdown +++ b/jekyll/editors.markdown @@ -325,6 +325,22 @@ Zed has support for the Ruby LSP through the [Ruby extension](https://github.com Documentation can be found in [Setting up Ruby LSP](https://zed.dev/docs/languages/ruby#setting-up-ruby-lsp). +To configure an add-on, add the `addonSettings` configuration within `initialization_options`, for example: + +```json +"lsp": { + "ruby-lsp": { + "initialization_options": { + "addonSettings": { + "Ruby LSP Rails": { + "enablePendingMigrationsPrompt": false + } + } + } + } +} +``` + ## RubyMine You can use the Ruby LSP with RubyMine (or IntelliJ IDEA Ultimate) through the following plugin.