LazyVim: Disable notifications from specific plugin #672
Unanswered
itzcodex24
asked this question in
Q&A
Replies: 1 comment
-
Try this: {
filter = {
event = 'notify',
kind = 'info',
any = {
{ find = 'available' }, -- for No information available message
{ find = 'presence' }, -- maybe this works for presence.nvim
},
},
opts = { skip = true },
}, I don't know what messages comes from presence.nvim and what kind they are, but maybe you can add in the |
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
-
How can I disable notifications initiated by one plugin "presence.nvim"
This doesn't seem to work
Beta Was this translation helpful? Give feedback.
All reactions