feat(biome): move biome extra from formatting.biome -> lang.typescript.biome

This commit is contained in:
Folke Lemaitre 2026-03-20 15:59:25 +01:00
parent fbf52d5496
commit 242f0983de
No known key found for this signature in database
GPG key ID: 9B52594D560070AB
2 changed files with 1 additions and 0 deletions

View file

@ -28,6 +28,7 @@ M.deprecated_extras = {
}
M.renamed_extras = {
["lazyvim.plugins.extras.lang.omnisharp"] = "lazyvim.plugins.extras.lang.dotnet",
["lazyvim.plugins.extras.formatting.biome"] = "lazyvim.plugins.extras.lang.typescript.biome",
}
M.deprecated_modules = {}