Files
AstroConfig/lua/plugins/21-format.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" },
},
},
}