feat(rust): dump dioxus

This commit is contained in:
2025-07-01 22:58:22 +02:00
parent 1f3fe12f13
commit c0dc6540f0
2 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ return {
---@type conform.setupOpts
opts = {
formatters_by_ft = {
rust = { "dioxus", lsp_format = "first" },
rust = { "leptosfmt", lsp_format = "first" },
},
},
}