Browse Source

fix: packersync issue when you have large number of plugins (#1922)

Abouzar Parvan 3 years ago
parent
commit
cad6355929
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lua/lvim/plugin-loader.lua

+ 1 - 0
lua/lvim/plugin-loader.lua

@@ -23,6 +23,7 @@ function plugin_loader.init(opts)
     compile_path = compile_path,
     log = { level = "warn" },
     git = { clone_timeout = 300 },
+    max_jobs = 50,
     display = {
       open_fn = function()
         return require("packer.util").float { border = "rounded" }