shrug, i forgor

This commit is contained in:
gyoder 2025-12-28 15:38:19 -07:00
parent 428c884e0d
commit a01bb5c0ed
19 changed files with 538 additions and 68 deletions

View file

@ -0,0 +1,15 @@
return {
cmd = { "rust-analyzer" },
filetypes = { "rust", "rs" },
root_markers = { "Cargo.lock" },
settings = {
["rust-analyzer"] = {
check = {
command = "clippy",
},
diagnostics = {
enable = true,
},
},
},
}