add leptosfmt

This commit is contained in:
xfy
2024-12-13 17:27:47 +08:00
parent c6213922c7
commit 44e94f6727

View File

@ -13,6 +13,9 @@ local M = {
checkOnSave = {
command = "clippy",
},
rustfmt = {
overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
},
cargo = {
allFeatures = true,
loadOutDirsFromCheck = true,