mirror of https://github.com/helix-editor/helix
Using pylsp instead of pyls (#834)
parent
933db94f2f
commit
b42ef0e028
|
@ -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 = " " }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue