work config tweaks and drop pyenv

This commit is contained in:
Matthew Ryan Dillon 2025-07-29 18:16:03 -04:00
parent 671e8c63c5
commit f751605860
2 changed files with 63 additions and 66 deletions

View file

@ -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"