chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-10-23 05:53:33 +00:00
parent 4446fdb9af
commit e42fccc3cd
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 22
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 23
==============================================================================
Table of Contents *lazy.nvim-table-of-contents*
@ -512,6 +512,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
notify = true, -- get a notification when new updates are found
frequency = 3600, -- check for updates every hour
check_pinned = false, -- check for pinned packages that can't be updated
},
change_detection = {
-- automatically check for config file changes and reload the ui