caio.co/de/dotfiles


helix: new lsp config format by Caio 9 months ago (log)

Blob config/helix/languages.toml

1
2
3
4
5
6
7
8
[language-server.rust-analyzer.config]
cachePriming.enable = false
diagnostics.experimental.enable = true
checkOnSave.command = "clippy"
cargo.allFeatures = true

[[language]]
name = "rust"