mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
docs: Demonstrate disabling solargraph
when enabling ruby-lsp
(#12399)
This PR fixes a small issue in the Ruby docs, where we weren't properly demonstrating that `solargraph` should be disabled when enabling `ruby-lsp`. Release Notes: - N/A
This commit is contained in:
parent
bde3056e84
commit
cd77e72479
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ To switch to `ruby-lsp`, add the following to your `settings.json`:
|
|||
{
|
||||
"languages": {
|
||||
"Ruby": {
|
||||
"language_servers": ["ruby-lsp", "..."]
|
||||
"language_servers": ["ruby-lsp", "!solargraph", "..."]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue