feat: timeout lazy
This commit is contained in:
parent
3cdca2add9
commit
0e5691f05e
|
@ -0,0 +1,7 @@
|
|||
local lazy = require('lazy')
|
||||
|
||||
lazy.setup({
|
||||
timeout = 300
|
||||
})
|
||||
|
||||
return {}
|
Loading…
Reference in New Issue