fix(plugin-loader): support older git versions (#3769)

This commit is contained in:
LostNeophyte 2023-02-04 16:46:25 +01:00 committed by GitHub
parent 740f19e357
commit bcafab8b14
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,6 @@ function plugin_loader.init(opts)
vim.fn.system {
"git",
"clone",
"--filter=blob:none",
"--branch=stable",
"https://github.com/folke/lazy.nvim.git",
lazy_install_dir,