mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
ea5b2e00bf
commit
f6aedf1269
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 09
|
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 12
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *lazy.nvim-table-of-contents*
|
Table of Contents *lazy.nvim-table-of-contents*
|
||||||
|
@ -688,6 +688,7 @@ The following user events will be triggered:
|
||||||
- **LazyClean**after a clean
|
- **LazyClean**after a clean
|
||||||
- **LazyCheck**after checking for updates
|
- **LazyCheck**after checking for updates
|
||||||
- **LazyLog**after running log
|
- **LazyLog**after running log
|
||||||
|
- **LazyLoad**after loading a plugin. The `data` attribute will contain the plugin name.
|
||||||
- **LazySyncPre**before running sync
|
- **LazySyncPre**before running sync
|
||||||
- **LazyInstallPre**before an install
|
- **LazyInstallPre**before an install
|
||||||
- **LazyUpdatePre**before an update
|
- **LazyUpdatePre**before an update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue