Changed rust-analyzer settings

This commit is contained in:
Dreaded_X 2024-04-13 18:14:14 +02:00
parent cf6ffdb83a
commit 3e7f424616
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -541,13 +541,9 @@ local servers = {
gopls = {},
pyright = {},
rust_analyzer = {
-- enable clippy on save
["rust-analyzer"] = {
checkOnSave = {
command = "clippy",
},
check = {
allTargets = false,
command = "clippy",
},
},
},