mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add ruby-lsp as candidate for the ruby lsp (#12511)
This commit is contained in:
parent
cb0f201d0e
commit
6593969f8d
2 changed files with 3 additions and 2 deletions
|
@ -94,6 +94,7 @@ regols = { command = "regols" }
|
|||
rescript-language-server = { command = "rescript-language-server", args = ["--stdio"] }
|
||||
robotframework_ls = { command = "robotframework_ls" }
|
||||
ruff = { command = "ruff", args = ["server"] }
|
||||
ruby-lsp = { command = "ruby-lsp" }
|
||||
serve-d = { command = "serve-d" }
|
||||
slint-lsp = { command = "slint-lsp", args = [] }
|
||||
solargraph = { command = "solargraph", args = ["stdio"] }
|
||||
|
@ -974,7 +975,7 @@ file-types = [
|
|||
]
|
||||
shebangs = ["ruby"]
|
||||
comment-token = "#"
|
||||
language-servers = [ "solargraph" ]
|
||||
language-servers = [ "ruby-lsp", "solargraph" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue