clippy on trigger

This commit is contained in:
2026-05-19 23:48:28 +02:00
parent eb9a46aa65
commit 1e21f81c50
+1 -1
View File
@@ -38,7 +38,7 @@ vim.lsp.config("rust_analyzer", {
["rust-analyzer"] = {
check = {
command = "clippy",
},
trigger = "onType", },
},
},
})