aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindSoilder2021-10-13 02:24:37 +0000
committerGitHub2021-10-13 02:24:37 +0000
commitb42ef0e028c91d8afb85898aeed04a0a8207f0c8 (patch)
tree64454d475ca21b74b0e4dad1363f43f30e2dab7f
parent933db94f2ff116d3194d4de95c1f6ff287ecb150 (diff)
Using pylsp instead of pyls (#834)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index e716b3dc..7715425b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -146,7 +146,7 @@ file-types = ["py"]
roots = []
comment-token = "#"
-language-server = { command = "pyls" }
+language-server = { command = "pylsp" }
# TODO: pyls needs utf-8 offsets
indent = { tab-width = 4, unit = " " }