From cb27ae0ed17b86c1ffe5553710cb0355dff8c216 Mon Sep 17 00:00:00 2001 From: Sidhanth Rathod Date: Tue, 17 Oct 2023 15:25:13 +0530 Subject: [PATCH] update branch names for ui/base46 plugin --- lua/plugins/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 4d5abd9..31a6283 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -6,7 +6,7 @@ local default_plugins = { { "NvChad/base46", - branch = "test", + branch = "v3.0", build = function() require("base46").load_all_highlights() end, @@ -14,7 +14,7 @@ local default_plugins = { { "NvChad/ui", - branch = "test", + branch = "v3.0", lazy = false, config = function() require "nvchad"