Skip to content

Commit

Permalink
Add basedpyright langserver (helix-editor#11121)
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyang1919813 authored and kyruzic committed Sep 27, 2024
1 parent 4ef0263 commit afca813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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()"] }
Expand Down

0 comments on commit afca813

Please sign in to comment.