mirror of https://github.com/folke/lazy.nvim.git
feat(bootstrap): bootstrap with last lazy stable release
This commit is contained in:
parent
1682edc505
commit
929198bc4f
|
@ -73,6 +73,7 @@ function M.bootstrap()
|
|||
"clone",
|
||||
"--filter=blob:none",
|
||||
"--single-branch",
|
||||
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
lazypath,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue