Using pylsp instead of pyls (#834)
This commit is contained in:
parent
933db94f2f
commit
b42ef0e028
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue