chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 18:39:54 +00:00
parent 3cffb2acef
commit 1f86cb37d1
1 changed files with 5 additions and 0 deletions

View File

@ -317,6 +317,11 @@ CONFIGURATION *lazy.nvim-configuration*
notify = true, -- get a notification when new updates are found notify = true, -- get a notification when new updates are found
frequency = 3600, -- check for updates every hour frequency = 3600, -- check for updates every hour
}, },
change_detection = {
-- automatically check for config file changes and reload the ui
enabled = true,
notify = true, -- get a notification when changes are found
},
performance = { performance = {
cache = { cache = {
enabled = true, enabled = true,