added clippy for rust lsp setup

main
Mathias Rothenhaeusler 2025-11-24 18:53:57 +01:00
parent 8f4d2e287e
commit a233f6e7f2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ setup_server("eslint", {
})
setup_server("rust_analyzer", {
settings = {
["rust-analyzer"] = { checkOnSave = true },
["rust-analyzer"] = { checkOnSave = true, check = { command = "clippy" } },
},
})