Skip to content

(mini.notify) How to disable specific notification? #664

Closed Answered by echasnovski
mainendra asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants