rustacean shenanigans

This commit is contained in:
Zynh Ludwig 2024-11-15 21:43:08 -08:00
parent d71bdcddd7
commit aaecea475c

View file

@ -25,6 +25,17 @@ return {
-- ["leptos_macro"] = { "component" },
-- },
},
-- files = {
-- excludeDirs = {
-- ".direnv",
-- "target",
-- },
-- watcherExclude = {
-- ".direnv",
-- "target",
-- "node_modules"
-- },
-- },
checkOnSave = true,
check = {
command = "clippy",