[BUG] Notifications never disappear
Recently started to actively use plugin and noticed that notifications don't disappear until I exit neovim. Also, from what I see git dev uses custom notifications. Because of that, I can't dismiss them using snacks either.
I assume issue https://github.com/moyiz/git-dev.nvim/issues/26 is related
https://github.com/user-attachments/assets/c579ee77-6476-4422-869c-1a5b33beb6a9
Would it be possible to enable some option to use vim.notify instead? Most of the neovim apps nowadays would have some sort of notification plugin. And those that don't would probably more consent with default vim.notify behavior
Thanks for including a video.
I don't consider this ui as notification, but more like a log viewer, as all output is appended to she same window rather than creating a new one.
I cannot seem to reproduce this issue. Could you please attach your config? What nvim version are you using?
Falling back to vim.notify is now allowed (https://github.com/moyiz/git-dev.nvim/pull/30).