From a77fcf6e90a20f285e222c3631ace67548aca4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Sat, 1 Oct 2022 08:11:18 +0200 Subject: refactor: smaller timeout for packer (#2910) --- lua/lvim/plugin-loader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/plugin-loader.lua') diff --git a/lua/lvim/plugin-loader.lua b/lua/lvim/plugin-loader.lua index 5c4e6cb2..d09c722b 100644 --- a/lua/lvim/plugin-loader.lua +++ b/lua/lvim/plugin-loader.lua @@ -23,7 +23,7 @@ function plugin_loader.init(opts) max_jobs = 100, log = { level = "warn" }, git = { - clone_timeout = 300, + clone_timeout = 120, }, display = { open_fn = function() -- cgit v1.2.3