change branch names of nvchad plugins

This commit is contained in:
siduck 2023-03-23 08:03:35 +05:30
parent b2cc8884e1
commit 3bacdf77b9

View file

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