romgrk / barbar.nvim

The neovim tabline plugin.
2.23k stars 83 forks source link

ref: integrate with nvim-notify using `utils.notify` #371

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

We've been passing around {title = 'barbar.nvim'} (to integrate with nvim-notify) in every single_vim.notify call. This commit extracts that into utils.notify, which will also make it easier should we add any other options that integrate with that plugin.

The diff will improve after merging #369