fix(biome): biome mason install is no longer needed

This commit is contained in:
Folke Lemaitre 2026-03-20 12:18:26 +01:00
parent 36f594716b
commit 5450006ccd
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -26,10 +26,6 @@ local supported = {
} }
return { return {
{
"mason-org/mason.nvim",
opts = { ensure_installed = { "biome" } },
},
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",