Structsยง
- Subscription ๐
- A subscription to a Neovim autocmd event.
- Subscription
Handle - A handle to identify a
Subscription
within theSubscriptions
map. - Subscription
Key - Subscription keys represent a NeoVim event coupled with a matching pattern. It is expected for
the pattern more often than not to be
"*"
. - Subscriptions
- A map of all registered subscriptions.