mirror of https://github.com/helix-editor/helix
Update pyright config to avoid time-outs (#8032)
parent
0cc94cd87a
commit
454b61cb21
|
@ -55,7 +55,7 @@ perlnavigator = { command = "perlnavigator", args= ["--stdio"] }
|
|||
prisma-language-server = { command = "prisma-language-server", args = ["--stdio"] }
|
||||
purescript-language-server = { command = "purescript-language-server", args = ["--stdio"] }
|
||||
pylsp = { command = "pylsp" }
|
||||
pyright = { command = "pyright-langserver", args = ["--stdio"] }
|
||||
pyright = { command = "pyright-langserver", args = ["--stdio"], config = {} }
|
||||
pylyzer = { command = "pylyzer", args = ["--server"] }
|
||||
qmlls = { command = "qmlls" }
|
||||
r = { command = "R", args = ["--no-echo", "-e", "languageserver::run()"] }
|
||||
|
|
Loading…
Reference in New Issue