the picker shows error message too often #2105
Closed
daniele821
started this conversation in
General
Replies: 2 comments 2 replies
-
opts = {
notifier = {
filter = function(notif)
vim.print { notif.id, notif.msg, notif.level }
return true
end, |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
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.
-
Hey, i was wondering if it was possible to disable snack.picker error messages that comes when commands run in the background fail. for example, if i open nvim in / and the Snacks.picker.files() it always shows an error (because rg returns an error code, since in / there are places it cannot descend into)
or when i open neovim in an empty directory, and i also get show an error message
i have temporally and partially fixed the problem by enabling the notifier (at least the errors are not blocking), but i still would like a config option to disable all those error messages. Looking in the docs i found nothing, does anyone has some suggestion?
Beta Was this translation helpful? Give feedback.
All reactions