(mini.notify) How to disable specific notification? #664
-
Is there a way we can disable specific notification? Actually I want to disable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right now the suggested approach is to utilize One downside is that it has to rely only on what is supplied, and realistically it is only message and level (as the only documented inputs to Here is what I currently have to not show "Diagnosing..." notifications from |
Beta Was this translation helpful? Give feedback.
Right now the suggested approach is to utilize
content.sort
to modify which notifications will be shown. As it technically has complete control over what and in which order can be shown.One downside is that it has to rely only on what is supplied, and realistically it is only message and level (as the only documented inputs to
vim.notify()
).Here is what I currently have to not show "Diagnosing..." notifications from
lua_ls
.