Closed leisurelicht closed 2 years ago
Added the capability to choose a level, default is info
. Please try latest commit :grin:
Added the capability to choose a level, default is
info
. Please try latest commit 😁
it works, thanks.
is info a correct default? I'm have a lot of notifications that aren't saying anything useful with this :sweat_smile: (I'm looking to bump my level
to warn
, I think).
Though, It'd be great to have an example of how to do this in the README.
atm, I have this:
use {
'rcarriga/nvim-notify',
config = function()
require('notify').setup {
level = "warn"
}
end
}
and yet, when I tell the lsp to hover
, I get:
(2 notifications per leader-space
)
The code was assuming an upper case level :facepalm:, fixed it to work for lower case too.
thanks!! <3
I want to close debug and trace notify. how I can do it.