chore(build): auto-generate vimdoc
parent
4866194140
commit
3d70c34113
|
|
@ -315,6 +315,9 @@ hook into:
|
||||||
- `PersistedTelescopeLoadPost` - For _after_ a session is loaded via Telescope
|
- `PersistedTelescopeLoadPost` - For _after_ a session is loaded via Telescope
|
||||||
- `PersistedSavePre` - For _before_ a session is saved
|
- `PersistedSavePre` - For _before_ a session is saved
|
||||||
- `PersistedSavePost` - For _after_ a session is saved
|
- `PersistedSavePost` - For _after_ a session is saved
|
||||||
|
- `PersistedDeletePre` - For _before_ a session is deleted
|
||||||
|
- `PersistedDeletePost` - For _after_ a session is deleted
|
||||||
|
- `PersistedStateChange` - For when a session is _started_ or _stopped_
|
||||||
|
|
||||||
For example, to ensure that the excellent minimap
|
For example, to ensure that the excellent minimap
|
||||||
<https://github.com/wfxr/minimap.vim> plugin is not saved into a session, an
|
<https://github.com/wfxr/minimap.vim> plugin is not saved into a session, an
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue