use dev branch for ui/base46 plugins

this is temporary, gets easy to test dev changes locally
pull/1709/head
siduck 2 years ago
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…
Cancel
Save