✨ feat(nvim): extend biome formatter to css and graphql
This commit is contained in:
parent
9d52a1aa9b
commit
2714a2f9f8
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ return {
|
|||
["astro"] = { "biome" },
|
||||
["svelte"] = { "biome" },
|
||||
["vue"] = { "biome" },
|
||||
["graphql"] = { "biome" },
|
||||
["css"] = { "biome" },
|
||||
})
|
||||
|
||||
opts.formatters = {
|
||||
|
|
Loading…
Add table
Reference in a new issue