diff options
author | Daniel RodrÃguez Rivero <[email protected]> | 2022-10-01 08:11:18 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-01 08:11:18 +0200 |
commit | a77fcf6e90a20f285e222c3631ace67548aca4ab (patch) | |
tree | cf3ddfc0f670e7a25d1ff34b69a68355a7a538f1 /lua | |
parent | 699849a731d61fe8996b42f37a4905c984d92686 (diff) |
refactor: smaller timeout for packer (#2910)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/lvim/plugin-loader.lua | 2 |
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() |