From 5fb3f07c7bf94b5f0dd3833023a878876af95365 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Sun, 13 Nov 2022 17:40:16 +0100 Subject: fix(packer): increase clone timeout in headless (#3470) * fix(packer): increase clone timeout in headless * refactor: set timeout to 300 Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- 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 88c2c0d2..4f1fe7c4 100644 --- a/lua/lvim/plugin-loader.lua +++ b/lua/lvim/plugin-loader.lua @@ -39,6 +39,7 @@ function plugin_loader.init(opts) if in_headless then init_opts.display = nil + init_opts.git.clone_timeout = 300 end if not utils.is_directory(install_path) then -- cgit v1.2.3