Module nvim_gtk::subscriptions
source · [−]Structs
A subscription to a Neovim autocmd event.
A handle to identify a
Subscription within the Subscriptions map.Subscription keys represent a NeoVim event coupled with a matching pattern. It is expected for
the pattern more often than not to be
"*".A map of all registered subscriptions.