🐛 fix(nvim): biome not returning opts

This commit is contained in:
Sergio Laín 2024-01-09 00:01:18 +01:00
parent f48c4d8c90
commit 33bc49e9ad
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,
},
}