work config tweaks and drop pyenv
This commit is contained in:
parent
671e8c63c5
commit
f751605860
2 changed files with 63 additions and 66 deletions
|
@ -4,17 +4,14 @@ name = "rust"
|
|||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
||||
|
||||
{{ if eq .hosttype "work" -}}
|
||||
[language-server.pyright]
|
||||
command = "pyright-langserver"
|
||||
args = ["--stdio"]
|
||||
config = {}
|
||||
environment = { "PYENV_VERSION" = "pyright" }
|
||||
|
||||
[[language]]
|
||||
name = "python"
|
||||
language-servers = ["pyright"]
|
||||
{{- end }}
|
||||
|
||||
[language-server.roc-ls]
|
||||
command = "roc_language_server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue