Closed amedoeyes closed 1 week ago
this should be reopened as i'm still having this issue
yeah I am also facing similar issue even with the latest release
You probably wanted to disable notifier? The problem was that noice would still use snacks, even when disabled. Just fixed that in both snacks (and lazyvim if you use that)
yes. Thank you so much @folke! Love all your plugins!
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.2
Operating system/version
Linux 6.11.6.arch1-1
Describe the bug
Setting the
enabled
field tofalse
doesn't seem to do anything. Here I'm trying to disablenotifier
andstatuscolumn
but they still function.When I print
Snacks.config
:Steps To Reproduce
enabled
field ofnotifier
tofalse
vim.notify
notifier
will display the notificationExpected Behavior
Disabled features should be disabled.
Repro