feat(rust): enable dioxus formatter for rust files
This commit is contained in:
12
lua/plugins/21-format.lua
Normal file
12
lua/plugins/21-format.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
optional = true,
|
||||
---@module "conform"
|
||||
---@type conform.setupOpts
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
rust = { "dioxus", lsp_format = "first" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user