From de2af18ebe09840e95968abda2ce1cfe5348bbbd Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Sun, 7 May 2023 00:00:00 +0700 Subject: [PATCH] nvim: fix lazy.nvim bootstrap command Filtering the git history tree made the initial clone failed. --- roles/config/files/nvim/lua/user/config/lazy.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/config/files/nvim/lua/user/config/lazy.lua b/roles/config/files/nvim/lua/user/config/lazy.lua index a886c05..aa8871f 100644 --- a/roles/config/files/nvim/lua/user/config/lazy.lua +++ b/roles/config/files/nvim/lua/user/config/lazy.lua @@ -4,7 +4,6 @@ if not vim.loop.fs_stat(lazypath) then 'git', 'clone', '--filter=blob:none', - '--filter=tree:0', 'https://github.com/folke/lazy.nvim.git', lazypath, }