Using pylsp instead of pyls (#834)

pull/842/head
WindSoilder 2021-10-13 10:24:37 +08:00 committed by GitHub
parent 933db94f2f
commit b42ef0e028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ file-types = ["py"]
roots = [] roots = []
comment-token = "#" comment-token = "#"
language-server = { command = "pyls" } language-server = { command = "pylsp" }
# TODO: pyls needs utf-8 offsets # TODO: pyls needs utf-8 offsets
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }