update update_branch variable to lazy

This commit is contained in:
siduck 2023-01-07 20:05:25 +05:30
parent dc4674cad4
commit 4378cb9532
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "dev", update_branch = "lazy",
}, },
} }