-
When using Noice and nvim-notify I've had my own version of lazy_notify from lazyvim . Since I dont want to wait with loading snacks until after Noice, i'm not getting this to work so I'm seeing a deprecation warning on startup that I'm otherwise blocking through Noice. Any suggestions for how to achieve similar behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can check how it's done in lazyvim. lazy_notify and also check |
Beta Was this translation helpful? Give feedback.
-
Thank you for the pointer, I had not seen the snacks setup call in LazyVim. If anybody else is interested, here is the resulting diff |
Beta Was this translation helpful? Give feedback.
Thank you for the pointer, I had not seen the snacks setup call in LazyVim.
If anybody else is interested, here is the resulting diff