From b02ad38ff2a6c92f773d54917837645ddbba4cbd Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Thu, 12 Feb 2026 08:44:26 -0500 Subject: [PATCH] docs: Add link back to Ruby LSP config documentation (#48613) Small thing here, but there's no actual link back to the ruby-lsp docs, like there is for other languages or ruby LSPs (like solargraph). This should help users find the correct docs for configuring. Release Notes: - N/A --- docs/src/languages/ruby.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/languages/ruby.md b/docs/src/languages/ruby.md index f7f0ccce83354fb24372f6916f27c63156f8cb3c..0ef4310119b9bf6ed5780f807ae50f92cad043d6 100644 --- a/docs/src/languages/ruby.md +++ b/docs/src/languages/ruby.md @@ -162,6 +162,8 @@ You can pass Ruby LSP configuration to `initialization_options`, e.g. } ``` +For full configuration options, see the [Ruby LSP website](https://shopify.github.io/ruby-lsp/editors.html). + LSP `settings` and `initialization_options` can also be project-specific. For example to use [standardrb/standard](https://github.com/standardrb/standard) as a formatter and linter for a particular project, add this to a `.zed/settings.json` inside your project repo: ```json [settings]