Files
comlexr/.helix/languages.toml
2025-01-30 21:04:54 -05:00

7 lines
163 B
TOML

[language-server.rust-analyzer.config]
cargo.features = "all"
[language-server.rust-analyzer.config.check]
command = "clippy"
args = ["--no-deps", "--workspace"]