Replies: 1 comment
-
issue was misconfiguration. see: #93 (comment) |
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.
-
Followup for #82, notifier now filters notifications by level, but how do you set that level? The docs imply:
but that doesn't seem to have any effect. If I'm following the code correctly, the config is being retrieved here, in
N.new()
:snacks.nvim/lua/snacks/notifier.lua
Lines 263 to 271 in 0635251
but that is called at import:
snacks.nvim/lua/snacks/notifier.lua
Lines 660 to 661 in 0635251
even when editing
LazyVim/lua/lazyvim/plugins/init.lua
directly, I can't get the notifier config to apply before Notifier's:new()
is called.Beta Was this translation helpful? Give feedback.
All reactions