feat(bootstrap): bootstrap with last lazy stable release

This commit is contained in:
Folke Lemaitre 2022-12-29 23:32:02 +01:00
parent 1682edc505
commit 929198bc4f
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}) })