neovim
neovim copied to clipboard
Define an approach by which plugins can share callbacks
Related: https://github.com/neovim/neovim/issues/1114
It doesn't make sense for multiple plugins to each register autocommands (for example) that send the same data multiple times. It can be sent once, and then re-used/broadcast within the plugin host (this needs a strategy itself)