change branch names of nvchad plugins

This commit is contained in:
siduck 2023-03-23 08:03:35 +05:30
parent b2cc8884e1
commit 3bacdf77b9
1 changed files with 3 additions and 1 deletions

View File

@ -11,9 +11,10 @@ local plugins = {
end, end,
}, },
["NvChad/extensions"] = { module = { "telescope", "nvchad" } }, ["NvChad/extensions"] = { branch = "main", module = { "telescope", "nvchad" } },
["NvChad/base46"] = { ["NvChad/base46"] = {
branch = "main",
config = function() config = function()
local ok, base46 = pcall(require, "base46") local ok, base46 = pcall(require, "base46")
@ -24,6 +25,7 @@ local plugins = {
}, },
["NvChad/ui"] = { ["NvChad/ui"] = {
branch = "main",
after = "base46", after = "base46",
config = function() config = function()
local present, nvchad_ui = pcall(require, "nvchad_ui") local present, nvchad_ui = pcall(require, "nvchad_ui")