mirror of https://github.com/folke/lazy.nvim.git
docs: updated bootstrap code to exclude single-branch
This commit is contained in:
parent
0063e439a3
commit
291dd6a74b
|
@ -43,7 +43,6 @@ if not vim.loop.fs_stat(lazypath) then
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"--single-branch",
|
|
||||||
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
"--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,
|
||||||
|
|
|
@ -72,7 +72,6 @@ function M.bootstrap()
|
||||||
"git",
|
"git",
|
||||||
"clone",
|
"clone",
|
||||||
"--filter=blob:none",
|
"--filter=blob:none",
|
||||||
"--single-branch",
|
|
||||||
"--branch=stable", -- remove this if you want to bootstrap to HEAD
|
"--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