Replies: 1 comment
-
opts = {
notifier = {
filter = function(notif)
vim.print(notif)
return false
end |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use deprecated functionality of
which-key
and it shows up as an warning at startup but I've suppressed it usingvim.notify
through this function:snacks.nvim
still shows this as warning, any ideas on how to stop this would be appreciated.thanks ^~^
Beta Was this translation helpful? Give feedback.
All reactions