Hajime-Suzuki / vuffers.nvim

a neovim plugin that creates a vertical split window to help you manage and navigate your buffers more efficiently
48 stars 2 forks source link

feat: use event bus #19

Closed Hajime-Suzuki closed 1 year ago

Hajime-Suzuki commented 1 year ago

This pull request addresses an issue where payloads can't be sent via autocommand, requiring the UI to query necessary data like the active buffer. To solve this problem, we introduce an event bus that enables the sending of events with payloads.