use dev branch for ui/base46 plugins

this is temporary, gets easy to test dev changes locally
This commit is contained in:
siduck 2022-11-16 09:51:07 +05:30
parent 99f6b2132e
commit d142ac899a
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@ local M = {}
M.options = {
nvChad = {
update_url = "https://github.com/NvChad/NvChad",
update_branch = "main",
update_branch = "dev",
},
}