docs: updated bootstrap code to exclude single-branch

This commit is contained in:
Folke Lemaitre 2022-12-30 01:01:13 +01:00
parent 0063e439a3
commit 291dd6a74b
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ if not vim.loop.fs_stat(lazypath) then
"git",
"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,

View File

@ -72,7 +72,6 @@ function M.bootstrap()
"git",
"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,