remove setup handlers

This commit is contained in:
Mathias Rothenhaeusler
2025-05-08 16:41:07 +02:00
parent 13eefe179a
commit 1f8fe4fa49
2 changed files with 1 additions and 56 deletions
+1 -3
View File
@@ -143,9 +143,7 @@ lspconfig["rust_analyzer"].setup({
settings = {
["rust-analyzer"] = {
-- enable clippy on save
checkOnSave = {
command = "clippy",
},
checkOnSave = true,
},
},
})