Skip to content

Commit f74cf61

Browse files
authored
Merge pull request #3934 from edwardloveall/el-zed-addon-example
Add addon example for zed configuration
2 parents 409dea2 + 9c6a421 commit f74cf61

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

jekyll/editors.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,22 @@ Zed has support for the Ruby LSP through the [Ruby extension](https://github.com
325325

326326
Documentation can be found in [Setting up Ruby LSP](https://zed.dev/docs/languages/ruby#setting-up-ruby-lsp).
327327

328+
To configure an add-on, add the `addonSettings` configuration within `initialization_options`, for example:
329+
330+
```json
331+
"lsp": {
332+
"ruby-lsp": {
333+
"initialization_options": {
334+
"addonSettings": {
335+
"Ruby LSP Rails": {
336+
"enablePendingMigrationsPrompt": false
337+
}
338+
}
339+
}
340+
}
341+
}
342+
```
343+
328344
## RubyMine
329345

330346
You can use the Ruby LSP with RubyMine (or IntelliJ IDEA Ultimate) through the following plugin.

0 commit comments

Comments
 (0)