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",
|
"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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue