You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the plugin to the latest version before submitting this issue
I have searched the existing issues of snacks.nvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.11.0-dev-1103+g04274a4173
Operating system/version
Arch Linux
Describe the bug
Thanks for snacks, looks like a great selection of tools, just getting used to it!
I assumed (perhaps incorrectly) that you intended for the snacks to be independent, but it looks like the bigfile snack is dependent on the notifier snack. If I load a bigfile, I get a notification that's come from the notifier snack, even if I don't want to use notifier. Perhaps bigfile should be using vim.notify() instead and allow notifier to handle it only if enabled?
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-1103+g04274a4173
Operating system/version
Arch Linux
Describe the bug
Thanks for snacks, looks like a great selection of tools, just getting used to it!
I assumed (perhaps incorrectly) that you intended for the snacks to be independent, but it looks like the bigfile snack is dependent on the notifier snack. If I load a bigfile, I get a notification that's come from the notifier snack, even if I don't want to use notifier. Perhaps bigfile should be using vim.notify() instead and allow notifier to handle it only if enabled?
Steps To Reproduce
Expected Behavior
Conventional notification in cmdline
Repro
The text was updated successfully, but these errors were encountered: