⚙️ config(nvim): add new filetypes to biome
This commit is contained in:
parent
e959b20582
commit
0d4e28bd88
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ return {
|
||||||
["typescript"] = { "biome" },
|
["typescript"] = { "biome" },
|
||||||
["typescriptreact"] = { "biome" },
|
["typescriptreact"] = { "biome" },
|
||||||
["javascriptreact"] = { "biome" },
|
["javascriptreact"] = { "biome" },
|
||||||
|
["astro"] = { "biome" },
|
||||||
|
["svelte"] = { "biome" },
|
||||||
|
["vue"] = { "biome" },
|
||||||
})
|
})
|
||||||
|
|
||||||
opts.formatters = {
|
opts.formatters = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue