updates conform config
This commit is contained in:
parent
a2f5079303
commit
3d17ae369b
1 changed files with 6 additions and 6 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue