mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +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": {
|
||||
"language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "..."]
|
||||
"language_servers": ["ruby-lsp", "!solargraph", "!rubocop", "..."]
|
||||
},
|
||||
"SCSS": {
|
||||
"prettier": {
|
||||
|
|
Loading…
Reference in a new issue