⚙️ 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" },
|
||||
["typescriptreact"] = { "biome" },
|
||||
["javascriptreact"] = { "biome" },
|
||||
["astro"] = { "biome" },
|
||||
["svelte"] = { "biome" },
|
||||
["vue"] = { "biome" },
|
||||
})
|
||||
|
||||
opts.formatters = {
|
||||
|
|
Loading…
Add table
Reference in a new issue