backport docs: misc (#39206)

docs: misc


(cherry picked from commit 54398c5874)
This commit is contained in:
Justin M. Keyes
2026-04-19 08:36:19 -04:00
committed by GitHub
parent 15991abaa7
commit 43398547ec
18 changed files with 387 additions and 246 deletions

View File

@@ -167,7 +167,7 @@
---- [PackChangedPre]() - before trying to change plugin's state.
---- [PackChanged]() - after plugin's state has changed.
---
---Each event populates the following |event-data| fields:
---The |event-data| has these keys (type: `vim.event.packchanged.data`):
---- `active` - whether plugin was added via |vim.pack.add()| to current session.
---- `kind` - one of "install" (install on disk; before loading),
--- "update" (update already installed plugin; might be not loaded),