fix: fix branch for base46 plugin
The base46 doesn't use the main branch for v1, but master.
This commit is contained in:
parent
3bacdf77b9
commit
b913bdacfd
|
@ -14,7 +14,7 @@ local plugins = {
|
||||||
["NvChad/extensions"] = { branch = "main", module = { "telescope", "nvchad" } },
|
["NvChad/extensions"] = { branch = "main", module = { "telescope", "nvchad" } },
|
||||||
|
|
||||||
["NvChad/base46"] = {
|
["NvChad/base46"] = {
|
||||||
branch = "main",
|
branch = "master",
|
||||||
config = function()
|
config = function()
|
||||||
local ok, base46 = pcall(require, "base46")
|
local ok, base46 = pcall(require, "base46")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue