summaryrefslogtreecommitdiffstats
path: root/config/helix/languages.toml
blob: c0cd901fa1ecf00ca5d77e04e52312147a3f11eb (plain) (blame)
1
2
3
4
5
6
7
8
[[language]]
name = "rust"
config = { checkOnSave = { command = "clippy" } }

[[language]]
name = "python"
language-server = { command = "pyright-langserver", args = ["--stdio"] }
config = {}