updates conform config

This commit is contained in:
Dennis Schoepf 2026-02-01 13:56:59 +01:00
parent a2f5079303
commit 3d17ae369b

View file

@ -2,17 +2,17 @@ return {
"stevearc/conform.nvim", "stevearc/conform.nvim",
opts = { opts = {
formatters_by_ft = { formatters_by_ft = {
typescriptreact = { "prettierd" }, typescriptreact = { "biome-check", "prettierd" },
astro = { "prettierd" }, astro = { "prettierd" },
typescript = { "prettierd" }, typescript = { "biome-check", "prettierd" },
javascript = { "prettierd" }, javascript = { "biome-check", "prettierd" },
javascriptreact = { "prettierd" }, javascriptreact = { "biome-check", "prettierd" },
html = { "prettierd" }, html = { "prettierd" },
htmlangular = { "prettierd" }, htmlangular = { "prettierd" },
css = { "prettierd" }, css = { "biome-check", "prettierd" },
yaml = { "prettierd" }, yaml = { "prettierd" },
markdown = { "prettierd" }, markdown = { "prettierd" },
json = { "prettierd" }, json = { "biome-check", "prettierd" },
lua = { "stylua" }, lua = { "stylua" },
go = { "goimports" }, go = { "goimports" },
gomod = { "goimports" }, gomod = { "goimports" },