update update_branch variable to lazy
This commit is contained in:
parent
dc4674cad4
commit
4378cb9532
|
@ -5,7 +5,7 @@ local M = {}
|
|||
M.options = {
|
||||
nvChad = {
|
||||
update_url = "https://github.com/NvChad/NvChad",
|
||||
update_branch = "dev",
|
||||
update_branch = "lazy",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue