use dev branch for ui/base46 plugins
this is temporary, gets easy to test dev changes locally
This commit is contained in:
parent
99f6b2132e
commit
d142ac899a
|
@ -5,7 +5,7 @@ local M = {}
|
|||
M.options = {
|
||||
nvChad = {
|
||||
update_url = "https://github.com/NvChad/NvChad",
|
||||
update_branch = "main",
|
||||
update_branch = "dev",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ local plugins = {
|
|||
["NvChad/extensions"] = { module = { "telescope", "nvchad" } },
|
||||
|
||||
["NvChad/base46"] = {
|
||||
branch = "dev",
|
||||
config = function()
|
||||
local ok, base46 = pcall(require, "base46")
|
||||
|
||||
|
@ -25,6 +26,7 @@ local plugins = {
|
|||
|
||||
["NvChad/ui"] = {
|
||||
after = "base46",
|
||||
branch = "dev",
|
||||
config = function()
|
||||
local present, nvchad_ui = pcall(require, "nvchad_ui")
|
||||
|
||||
|
|
Loading…
Reference in New Issue