Skip to content

Commit

Permalink
Make ruby-lsp the default LSP for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium committed Dec 20, 2024
1 parent 7c03e11 commit 471eb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
}
},
"Ruby": {
"language_servers": ["solargraph", "!ruby-lsp", "!rubocop", "..."]
"language_servers": ["ruby-lsp", "!solargraph", "!rubocop", "..."]
},
"SCSS": {
"prettier": {
Expand Down

0 comments on commit 471eb6d

Please sign in to comment.