remove setup handlers
This commit is contained in:
@@ -143,9 +143,7 @@ lspconfig["rust_analyzer"].setup({
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
-- enable clippy on save
|
||||
checkOnSave = {
|
||||
command = "clippy",
|
||||
},
|
||||
checkOnSave = true,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user