fixes biome config
This commit is contained in:
parent
e566cd27a6
commit
6ba602db2e
1 changed files with 6 additions and 6 deletions
|
|
@ -2,17 +2,17 @@ return {
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
typescriptreact = { "biome-check", "prettierd" },
|
typescriptreact = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
astro = { "prettierd" },
|
astro = { "prettierd" },
|
||||||
typescript = { "biome-check", "prettierd" },
|
typescript = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
javascript = { "biome-check", "prettierd" },
|
javascript = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
javascriptreact = { "biome-check", "prettierd" },
|
javascriptreact = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
html = { "prettierd" },
|
html = { "prettierd" },
|
||||||
htmlangular = { "prettierd" },
|
htmlangular = { "prettierd" },
|
||||||
css = { "biome-check", "prettierd" },
|
css = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
yaml = { "prettierd" },
|
yaml = { "prettierd" },
|
||||||
markdown = { "prettierd" },
|
markdown = { "prettierd" },
|
||||||
json = { "biome-check", "prettierd" },
|
json = { "biome-check", "prettierd", stop_after_first = true },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
go = { "goimports" },
|
go = { "goimports" },
|
||||||
gomod = { "goimports" },
|
gomod = { "goimports" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue