feat(helix): use clippy to check

This commit is contained in:
Giulio De Pasquale 2025-07-18 12:07:15 +01:00
parent b735276a1e
commit 0d7740d798

View File

@ -33,4 +33,14 @@ command = [
[[language]]
name = "markdown"
formatter = { command = "mdformat", args = ["-"]}
formatter = { command = "mdformat", args = ["-"]}
[[language]]
name = "rust"
language-servers = ["rust-analyzer"]
[language-server.rust-analyzer]
command = "rust-analyzer"
[language-server.rust-analyzer.config.check]
command = "clippy"