🐛 fix(nvim): biome not returning opts
This commit is contained in:
parent
f48c4d8c90
commit
33bc49e9ad
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ return {
|
|||
["typescriptreact"] = { "biome" },
|
||||
["javascriptreact"] = { "biome" },
|
||||
})
|
||||
|
||||
opts.formatters = {
|
||||
biome = {
|
||||
condition = function(self, ctx)
|
||||
|
@ -52,6 +53,8 @@ return {
|
|||
end,
|
||||
},
|
||||
}
|
||||
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue