Переглянути джерело

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>
LostNeophyte 2 роки тому
батько
коміт
3a587796e3
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      lua/lvim/plugin-loader.lua

+ 1 - 0
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