fix: fix branch for base46 plugin

The base46 doesn't use the main branch for v1, but master.
This commit is contained in:
Pieter Joost van de Sande 2023-03-23 21:42:24 +01:00 committed by Sidhanth Rathod
parent 3bacdf77b9
commit b913bdacfd

View file

@ -14,7 +14,7 @@ local plugins = {
["NvChad/extensions"] = { branch = "main", module = { "telescope", "nvchad" } },
["NvChad/base46"] = {
branch = "main",
branch = "master",
config = function()
local ok, base46 = pcall(require, "base46")