⚙️ config(nvim): add new filetypes to biome

This commit is contained in:
Sergio Laín 2024-03-10 14:08:45 +01:00
parent e959b20582
commit 0d4e28bd88
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -34,6 +34,9 @@ return {
["typescript"] = { "biome" },
["typescriptreact"] = { "biome" },
["javascriptreact"] = { "biome" },
["astro"] = { "biome" },
["svelte"] = { "biome" },
["vue"] = { "biome" },
})
opts.formatters = {