helix: use clippy for rust-analyzer diagnostics

This commit is contained in:
Khaïs COLIN 2025-12-03 20:12:38 +01:00
parent 2eb4a8e065
commit 119abb0377
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -483,9 +483,16 @@ in {
};
};
languages = {
language-server.ucm = {
command = "nc";
args = ["localhost" "5757"];
language-server = {
ucm = {
command = "nc";
args = ["localhost" "5757"];
};
rust-analyzer = {
config = {
check.command = "clippy";
};
};
};
language = [
{