summaryrefslogtreecommitdiffstats
path: root/helix/.config/helix/languages.toml
blob: 98c9fc24cbeb02eee1c2a7a54469b7df56335e55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[language-server.rust-analyzer]
command = "ra-multiplex"
config = { checkOnSave = { command = "clippy" }, cargo = { allFeatures = true }, diagnostics = { disabled = ["inactive-code"] } }

[[language]]
name = "python"
language-servers = ["pyright"]
formatter = { command = "black", args = ["--target-version=py311", "--quiet", "-"] }
auto-format = true

[language-server.pyright]
command = "pyright-langserver"
args = ["--stdio"]
config = {}