From 6dc6e2a2d33eda440df30b8f24fe1610df29880e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 20 Jun 2024 22:31:38 +0200 Subject: [PATCH] fixed mason branch --- lua/plugins/mason.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/mason.lua b/lua/plugins/mason.lua index e57500b..9862fac 100644 --- a/lua/plugins/mason.lua +++ b/lua/plugins/mason.lua @@ -5,7 +5,7 @@ return { 'WhoIsSethDaniel/mason-tool-installer.nvim', }, build = ':MasonUpdate', - branch = 'master', + branch = 'main', config = function() require('mason').setup({ ui = {