Module nvim_gtk::subscriptions[][src]

Structs

Subscription

A subscription to a Neovim autocmd event.

SubscriptionHandle

A handle to identify a Subscription within the Subscriptions map.

SubscriptionKey

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.