summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rodríguez Rivero <[email protected]>2022-10-01 08:11:18 +0200
committerGitHub <[email protected]>2022-10-01 08:11:18 +0200
commita77fcf6e90a20f285e222c3631ace67548aca4ab (patch)
treecf3ddfc0f670e7a25d1ff34b69a68355a7a538f1
parent699849a731d61fe8996b42f37a4905c984d92686 (diff)
refactor: smaller timeout for packer (#2910)
-rw-r--r--lua/lvim/plugin-loader.lua2
1 files changed, 1 insertions, 1 deletions
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()