mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
4aa362e8dc
commit
6c5af82589
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue