Add basedpyright langserver (#11121)
This commit is contained in:
parent
86982ab33c
commit
649bd4501e
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ 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"], config = {} }
|
||||
basedpyright = { command = "basedpyright-langserver", args = ["--stdio"], config = {} }
|
||||
pylyzer = { command = "pylyzer", args = ["--server"] }
|
||||
qmlls = { command = "qmlls" }
|
||||
r = { command = "R", args = ["--no-echo", "-e", "languageserver::run()"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue