Using pylsp instead of pyls (#834)

pull/842/head
WindSoilder 3 years ago committed by GitHub
parent 933db94f2f
commit b42ef0e028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = " " }

Loading…
Cancel
Save