hack: stuffing python lsp config into editor
will circle back and convert to a template
This commit is contained in:
parent
802098e257
commit
8174b07865
1 changed files with 10 additions and 1 deletions
|
@ -8,7 +8,6 @@ command = "clippy"
|
|||
command = "zk"
|
||||
args = ["lsp"]
|
||||
|
||||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
scope = "source.md"
|
||||
|
@ -16,3 +15,13 @@ injection-regex = "md|markdown"
|
|||
file-types = ["md", "markdown"]
|
||||
roots = [".zk"]
|
||||
language-servers = ["zk"]
|
||||
|
||||
[language-server.pyright]
|
||||
command = "pyright-langserver"
|
||||
args = ["--stdio"]
|
||||
config = {}
|
||||
environment = { "PYENV_VERSION" = "pyright" }
|
||||
|
||||
[[language]]
|
||||
name = "python"
|
||||
language-servers = ["pyright"]
|
||||
|
|
Loading…
Add table
Reference in a new issue