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",
|
"clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"--single-branch",
|
"--single-branch",
|
||||||
|
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
||||||
"https://github.com/folke/lazy.nvim.git",
|
"https://github.com/folke/lazy.nvim.git",
|
||||||
lazypath,
|
lazypath,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue