We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d77cf2 commit 77ff7beCopy full SHA for 77ff7be
lua/lazy/core/cache.lua
@@ -15,7 +15,7 @@ M.config = {
15
-- The default is to disable on:
16
-- * VimEnter: not useful to cache anything else beyond startup
17
-- * BufReadPre: this will be triggered early when opening a file from the command line directly
18
- disable_events = { "VimEnter", "BufReadPre" },
+ disable_events = { "UIEnter", "BufReadPre" },
19
ttl = 3600 * 24 * 5, -- keep unused modules for up to 5 days
20
}
21
M.debug = false
0 commit comments