From 9f2fb24b10277b55ebeb4da21455201cfe2d3e54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Dec 2022 10:56:27 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 24971f2..dee0f28 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -552,6 +552,20 @@ Example of configuring lu < +USER EVENTS ~ + +The following user events will be triggered: + + +- **LazyDone**: when lazy has finished starting up and loaded your config +- **LazySync**: after running sync +- **LazyInstall**: after an install +- **LazyUpdate**: after an update +- **LazyClean**: after a clean +- **LazyCheck**: after checking for updates +- **LazyLog**: after running log + + LOCKFILE `LAZY-LOCK.JSON` *lazy.nvim-lockfile-`lazy-lock.json`* After every **update**, the local lockfile is updated with the installed