mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
4aa362e8dc
commit
6c5af82589
|
@ -421,6 +421,7 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
-- VimEnter: not useful to cache anything else beyond startup
|
-- VimEnter: not useful to cache anything else beyond startup
|
||||||
-- BufReadPre: this will be triggered early when opening a file from the command line directly
|
-- BufReadPre: this will be triggered early when opening a file from the command line directly
|
||||||
disable_events = { "VimEnter", "BufReadPre" },
|
disable_events = { "VimEnter", "BufReadPre" },
|
||||||
|
ttl = 3600 24 5, -- keep unused modules for up to 5 days
|
||||||
},
|
},
|
||||||
reset_packpath = true, -- reset the package path to improve startup time
|
reset_packpath = true, -- reset the package path to improve startup time
|
||||||
rtp = {
|
rtp = {
|
||||||
|
|
Loading…
Reference in New Issue