15 lines
231 B
Lua
15 lines
231 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
python = { "black" },
|
|
javascript = { "biome" },
|
|
go = { "goimports", "gofumpt" },
|
|
xml = { "lemminx" },
|
|
},
|
|
},
|
|
dependencies = {
|
|
"mason.nvim",
|
|
},
|
|
}
|