nix-config/home/modules/helix/config/languages.toml

3 lines
97 B
TOML

[[language]]
name = "rust"
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }