From cad6355929d71ae8a34e36f635a59479c6d81b85 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 16 Nov 2021 13:35:17 +0330 Subject: fix: packersync issue when you have large number of plugins (#1922) --- lua/lvim/plugin-loader.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lvim/plugin-loader.lua') diff --git a/lua/lvim/plugin-loader.lua b/lua/lvim/plugin-loader.lua index c4bd7373..ab7613c8 100644 --- a/lua/lvim/plugin-loader.lua +++ b/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" } -- cgit v1.2.3