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
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue