rustacean shenanigans
This commit is contained in:
parent
d71bdcddd7
commit
aaecea475c
1 changed files with 11 additions and 0 deletions
|
@ -25,6 +25,17 @@ return {
|
|||
-- ["leptos_macro"] = { "component" },
|
||||
-- },
|
||||
},
|
||||
-- files = {
|
||||
-- excludeDirs = {
|
||||
-- ".direnv",
|
||||
-- "target",
|
||||
-- },
|
||||
-- watcherExclude = {
|
||||
-- ".direnv",
|
||||
-- "target",
|
||||
-- "node_modules"
|
||||
-- },
|
||||
-- },
|
||||
checkOnSave = true,
|
||||
check = {
|
||||
command = "clippy",
|
||||
|
|
Loading…
Reference in a new issue