update branch names for ui/base46 plugin

This commit is contained in:
Sidhanth Rathod 2023-10-17 15:25:13 +05:30 committed by GitHub
parent 35ee0bc81d
commit cb27ae0ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ local default_plugins = {
{ {
"NvChad/base46", "NvChad/base46",
branch = "test", branch = "v3.0",
build = function() build = function()
require("base46").load_all_highlights() require("base46").load_all_highlights()
end, end,
@ -14,7 +14,7 @@ local default_plugins = {
{ {
"NvChad/ui", "NvChad/ui",
branch = "test", branch = "v3.0",
lazy = false, lazy = false,
config = function() config = function()
require "nvchad" require "nvchad"