Skip to content

Commit

Permalink
feat(bootstrap): bootstrap with last lazy stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 29, 2022
1 parent 1682edc commit 929198b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 929198b

Please sign in to comment.