mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(biome): added recommendation when root has biome config file
This commit is contained in:
parent
e54689ebdc
commit
ad25b31e51
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ local supported = {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
recommended = function()
|
||||||
|
return LazyVim.extras.wants({
|
||||||
|
root = { "biome.json", "biome.jsonc" },
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue