mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-29 05:27:07 +03:00
Using pylsp instead of pyls (#834)
This commit is contained in:
parent
933db94f2f
commit
b42ef0e028
@ -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 New Issue
Block a user