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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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