mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +02:00
fix(plugin-loader): support older git versions (#3769)
This commit is contained in:
parent
740f19e357
commit
bcafab8b14
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue