change branch names of nvchad plugins
This commit is contained in:
parent
b2cc8884e1
commit
3bacdf77b9
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue