Skip to content

Commit 4f7b806

Browse files
authored
Update docs for Zed (#3382)
1 parent f71237f commit 4f7b806

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jekyll/editors.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,9 @@ Restart LSP or Sublime Text and `ruby-lsp` will automatically activate when open
283283

284284
## Zed
285285

286-
[Setting up Ruby LSP](https://github.com/zed-industries/zed/blob/main/docs/src/languages/ruby.md#setting-up-ruby-lsp)
286+
Zed has support for the Ruby LSP through the [Ruby extension](https://github.com/zed-extensions/ruby).
287287

288-
[Zed has added support for Ruby LSP as a alternative language server](https://github.com/zed-industries/zed/pull/11768) in version v0.0.2 of the Ruby extension.
289-
290-
See https://github.com/zed-industries/zed/issues/4834 for discussion of the limitations.
288+
Documentation can be found in [Setting up Ruby LSP](https://zed.dev/docs/languages/ruby#setting-up-ruby-lsp).
291289

292290
## RubyMine
293291

@@ -313,7 +311,7 @@ To use it with Ruby LSP, you can override particular configuration items in the
313311
}
314312
```
315313

316-
In the Kate settings, under the "LSP-Client" tab, the option "Incrementally synchronize documents with the LSP server" must be enabled.
314+
In the Kate settings, under the "LSP-Client" tab, the option "Incrementally synchronize documents with the LSP server" must be enabled.
317315
Otherwise, errors like [this](https://github.com/Shopify/ruby-lsp/issues/3148) can occur when editing a Ruby file.
318316

319317
Kate will start an instance of the Ruby LSP server in the background for any Ruby project matching the `rootIndicationFileNames`.

0 commit comments

Comments
 (0)