How do I disable notifications for cut/paste/etc? #1790
Unanswered
NullVoxPopuli
asked this question in
Q&A
Replies: 1 comment
-
technically you could just raise log_level (in the top-level of the config you'd pass into setup()) to "warn" instead of "info" but there are likely other useful things logged at the "info" level that are less spammy. I'll see about making this configurable or lowering it to log.trace instead of log.info |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
There is already visual feedback in the tree, notifications are not needed.
Related: rcarriga/nvim-notify#329
This is a silly default

Beta Was this translation helpful? Give feedback.
All reactions