mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
ruby: Make ruby-lsp
the default LSP for Ruby
This commit is contained in:
parent
7c03e11cfc
commit
1798ca0e9c
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Ruby": {
|
"Ruby": {
|
||||||
"language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "..."]
|
"language_servers": ["ruby-lsp", "!solargraph", "!rubocop", "..."]
|
||||||
},
|
},
|
||||||
"SCSS": {
|
"SCSS": {
|
||||||
"prettier": {
|
"prettier": {
|
||||||
|
|
Loading…
Reference in a new issue