helix: use clippy for rust-analyzer diagnostics
This commit is contained in:
parent
2eb4a8e065
commit
119abb0377
1 changed files with 10 additions and 3 deletions
13
home.nix
13
home.nix
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue