Explorar o código

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

LostNeophyte %!s(int64=2) %!d(string=hai) anos
pai
achega
bcafab8b14
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lua/lvim/plugin-loader.lua

+ 0 - 1
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,