Replies: 1 comment
-
|
I am afraid I haven't looked at it. It should be possible somehow, but If memory serves me right, there was a plan for Neovim to have its own kind of "floating window notifications" (as in 'mini.notify' or 'fidget.nvim'). That should probably be configurable. But I personally like the distinction between built-in messages and dedicated notifications that exists right now. So this will probably not be a high priority. |
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.
-
Contributing guidelines
Module(s)
mini.notify
Question
Hi echasnovski! Is there any way I redirect all msg window output to mini.notify and stop showing msg window with the new extui module? Having two different windows one for notifications and lsp progress, one for regular vim messages makes it feel like too many windows while it could just be one showing both and showing msg window vim messages with a custom prepended (msg) text.
Beta Was this translation helpful? Give feedback.
All reactions