From 5450006ccdd7df341f7f60dded58ea4a87aa9c15 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 20 Mar 2026 12:18:26 +0100 Subject: [PATCH] fix(biome): biome mason install is no longer needed --- lua/lazyvim/plugins/extras/formatting/biome.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/lazyvim/plugins/extras/formatting/biome.lua b/lua/lazyvim/plugins/extras/formatting/biome.lua index 0806e9a4..2f349774 100644 --- a/lua/lazyvim/plugins/extras/formatting/biome.lua +++ b/lua/lazyvim/plugins/extras/formatting/biome.lua @@ -26,10 +26,6 @@ local supported = { } return { - { - "mason-org/mason.nvim", - opts = { ensure_installed = { "biome" } }, - }, { "neovim/nvim-lspconfig",