ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.19k stars 109 forks source link

fix: return nvim-notify notification record from vim.notify #133

Closed dmmulroy closed 1 year ago

dmmulroy commented 1 year ago

This change is needed to support users of EcoVim who are integrating with tsc.nvim. tsc.nvim takes advantage of the fact that nvim-notify returns a record that can be used to updated existing notifications.

This change updates the over vim.notify override to return the notification record from nvim-notify

See https://github.com/dmmulroy/tsc.nvim/issues/2 for further discussion.

ecosse3 commented 1 year ago

@dmmulroy Thank you for your contribution! I will add tsc.nvim plugin soon and release it 😄