(nvim) use biome to format .json if available
This commit is contained in:
parent
393f9c28ed
commit
bc89283e6d
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ local formatters_by_ft = {
|
||||||
typescriptreact = { "prettier", "biome" },
|
typescriptreact = { "prettier", "biome" },
|
||||||
css = { "prettier", "biome" },
|
css = { "prettier", "biome" },
|
||||||
markdown = { "prettier", "biome" },
|
markdown = { "prettier", "biome" },
|
||||||
|
jsonc = { "prettier", "biome" },
|
||||||
|
json = { "prettier", "biome" },
|
||||||
go = { "gofmt" },
|
go = { "gofmt" },
|
||||||
python = { "autopep8" },
|
python = { "autopep8" },
|
||||||
yaml = { "yamlfmt" },
|
yaml = { "yamlfmt" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue