From 1f86cb37d1a6f9092cdd4d9a4d92efa308361a38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 18:39:54 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 5 +++++ 1 file changed, 5 insertions(+) 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,