We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1682edc commit 929198bCopy full SHA for 929198b
lua/lazy/init.lua
@@ -73,6 +73,7 @@ function M.bootstrap()
73
"clone",
74
"--filter=blob:none",
75
"--single-branch",
76
+ "--branch=stable", -- remove this if you want to bootstrap to HEAD
77
"https://github.com/folke/lazy.nvim.git",
78
lazypath,
79
})
0 commit comments