Parcourir la source

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

LostNeophyte il y a 2 ans
Parent
commit
bcafab8b14
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,