From 291dd6a74b8471f6785e5366ce50c85c3b08f165 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 30 Dec 2022 01:01:13 +0100 Subject: [PATCH] docs: updated bootstrap code to exclude single-branch --- README.md | 1 - lua/lazy/init.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index f1afd45..1425166 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/lua/lazy/init.lua b/lua/lazy/init.lua index ae245eb..ce21dfc 100644 --- a/lua/lazy/init.lua +++ b/lua/lazy/init.lua @@ -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,