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

@@ -22,7 +22,10 @@ return {
cmd = { "qmlls6" }, cmd = { "qmlls6" },
}, },
}, },
servers = { "qmlls" }, servers = {
"qmlls",
"rust-analyzer",
},
features = { features = {
signature_help = true, signature_help = true,
inlay_hints = true, inlay_hints = true,

View File

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