mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
docs: Fix ordering of language servers in Ruby docs (#15633)
Follow-up to https://github.com/zed-industries/zed/pull/15624. Since #15624 introduced a fix for the language server ordering, this fixes the ordering in the Ruby docs. Release Notes: - N/A
This commit is contained in:
parent
5afa799f37
commit
80594cc7f8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The Ruby extension also provides support for `rubocop` language server for offen
|
|||
{
|
||||
"languages": {
|
||||
"Ruby": {
|
||||
"language_servers": ["rubocop", "ruby-lsp", "!solargraph", "..."]
|
||||
"language_servers": ["ruby-lsp", "rubocop", "!solargraph", "..."]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue