feat: adding LazyPreSync event

This commit is contained in:
Jay Patel 2023-06-04 19:41:43 -04:00
commit 05c44f07d3
3 changed files with 4 additions and 0 deletions

View file

@ -569,6 +569,7 @@ require("lualine").setup({
The following user events will be triggered:
- **LazyDone**: when lazy has finished starting up and loaded your config
- **LazyPreSync**: before running sync
- **LazySync**: after running sync
- **LazyInstall**: after an install
- **LazyUpdate**: after an update