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 = {
|
M.options = {
|
||||||
nvChad = {
|
nvChad = {
|
||||||
update_url = "https://github.com/NvChad/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/extensions"] = { module = { "telescope", "nvchad" } },
|
||||||
|
|
||||||
["NvChad/base46"] = {
|
["NvChad/base46"] = {
|
||||||
|
branch = "dev",
|
||||||
config = function()
|
config = function()
|
||||||
local ok, base46 = pcall(require, "base46")
|
local ok, base46 = pcall(require, "base46")
|
||||||
|
|
||||||
|
@ -25,6 +26,7 @@ local plugins = {
|
||||||
|
|
||||||
["NvChad/ui"] = {
|
["NvChad/ui"] = {
|
||||||
after = "base46",
|
after = "base46",
|
||||||
|
branch = "dev",
|
||||||
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