add git clone_timeout for packer

This commit is contained in:
siduck76 2021-07-09 10:25:26 +05:30
parent 9f8ce72e55
commit 0a55de407e
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ packer.init {
open_fn = function() open_fn = function()
return require("packer.util").float {border = "single"} return require("packer.util").float {border = "single"}
end end
} },
git = {
clone_timeout = 600, -- Timeout, in seconds, for git clones
}
} }
return packer.startup( return packer.startup(