소스 검색

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

LostNeophyte 2 년 전
부모
커밋
bcafab8b14
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,