include downloading of lazy-lock.json while bootstrapping

also pin all plugins by default
This commit is contained in:
siduck
2023-01-08 07:40:00 +05:30
parent 4378cb9532
commit 7cd80a35c6
3 changed files with 17 additions and 4 deletions

View File

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