Expand rust-analyzer conf

This commit is contained in:
Vili Sinervä 2025-01-18 12:50:27 +02:00
parent 90e9987913
commit e97e64325d
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -249,6 +249,18 @@ in
enable = true;
installCargo = true;
installRustc = true;
settings = {
completion = {
autoimport.enable = true;
autoself.enable = true;
fullFunctionSignatures.enable = true;
privateEditable.enable = true;
};
diagnostics = {
styleLints.enable = true;
};
hover.actions.references.enable = true;
};
};
yamlls.enable = true;
};