feat(nvim): extend biome formatter to css and graphql

This commit is contained in:
Sergio Laín 2024-10-14 09:26:52 +02:00
parent 9d52a1aa9b
commit 2714a2f9f8
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -38,6 +38,8 @@ return {
["astro"] = { "biome" },
["svelte"] = { "biome" },
["vue"] = { "biome" },
["graphql"] = { "biome" },
["css"] = { "biome" },
})
opts.formatters = {