add git clone_timeout for packer

pull/145/head
siduck76 3 years ago
parent 9f8ce72e55
commit 0a55de407e

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

Loading…
Cancel
Save