feat: timeout lazy
This commit is contained in:
parent
3cdca2add9
commit
0e5691f05e
1 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue