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",
opts = {
formatters_by_ft = {
typescriptreact = { "prettierd" },
typescriptreact = { "biome-check", "prettierd" },
astro = { "prettierd" },
typescript = { "prettierd" },
javascript = { "prettierd" },
javascriptreact = { "prettierd" },
typescript = { "biome-check", "prettierd" },
javascript = { "biome-check", "prettierd" },
javascriptreact = { "biome-check", "prettierd" },
html = { "prettierd" },
htmlangular = { "prettierd" },
css = { "prettierd" },
css = { "biome-check", "prettierd" },
yaml = { "prettierd" },
markdown = { "prettierd" },
json = { "prettierd" },
json = { "biome-check", "prettierd" },
lua = { "stylua" },
go = { "goimports" },
gomod = { "goimports" },