Explorar el Código

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

LostNeophyte hace 2 años
padre
commit
bcafab8b14
Se han modificado 1 ficheros con 0 adiciones y 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,