Files
lazy_config/lua/plugins/conform.lua
2025-10-17 23:50:20 -04:00

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",
},
}