nvim: use clippy for rust-analyzer
This commit is contained in:
parent
5b15963fb4
commit
4a1c792be1
@ -170,6 +170,9 @@ local servers = {
|
||||
check = {
|
||||
allTargets = false,
|
||||
},
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user