diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index d8dcde2..e5d6be2 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -317,6 +317,11 @@ CONFIGURATION *lazy.nvim-configuration* notify = true, -- get a notification when new updates are found 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 = { cache = { enabled = true,