feat: timeout lazy
This commit is contained in:
parent
3cdca2add9
commit
0e5691f05e
7
lua/custom/plugins/lazy.lua
Normal file
7
lua/custom/plugins/lazy.lua
Normal file
@ -0,0 +1,7 @@
|
||||
local lazy = require('lazy')
|
||||
|
||||
lazy.setup({
|
||||
timeout = 300
|
||||
})
|
||||
|
||||
return {}
|
Loading…
x
Reference in New Issue
Block a user