Files
AstroConfig/lua/plugins/21-format.lua
2025-07-01 22:58:22 +02:00

13 lines
253 B
Lua

---@type LazySpec
return {
"stevearc/conform.nvim",
optional = true,
---@module "conform"
---@type conform.setupOpts
opts = {
formatters_by_ft = {
rust = { "leptosfmt", lsp_format = "first" },
},
},
}