summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2023-02-04 16:46:25 +0100
committerGitHub <[email protected]>2023-02-04 16:46:25 +0100
commitbcafab8b14b14b2fc93ca16529003f899cf597a6 (patch)
tree5c4ddbee7564c3c3222f6bdc4978fb9379066f86
parent740f19e3571819040dee33997e8683e95681e534 (diff)
fix(plugin-loader): support older git versions (#3769)
-rw-r--r--lua/lvim/plugin-loader.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lvim/plugin-loader.lua b/lua/lvim/plugin-loader.lua
index 1f2f47f4..647fab9f 100644
--- a/lua/lvim/plugin-loader.lua
+++ b/lua/lvim/plugin-loader.lua
@@ -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,