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