add git clone_timeout for packer
This commit is contained in:
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…
Reference in New Issue