nvim: fix lazy.nvim bootstrap command

Filtering the git history tree made the initial clone failed.
This commit is contained in:
Hoang Nguyen 2023-05-07 00:00:00 +07:00
parent d26b35a8d4
commit de2af18ebe
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
1 changed files with 0 additions and 1 deletions

View File

@ -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,
}