13 lines
250 B
Lua
13 lines
250 B
Lua
---@type LazySpec
|
|
return {
|
|
"stevearc/conform.nvim",
|
|
optional = true,
|
|
---@module "conform"
|
|
---@type conform.setupOpts
|
|
opts = {
|
|
formatters_by_ft = {
|
|
rust = { "dioxus", lsp_format = "first" },
|
|
},
|
|
},
|
|
}
|