folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Apache License 2.0
3.95k stars 88 forks source link

feature: persistent, auto-updating message history window #876

Open rish987 opened 1 week ago

rish987 commented 1 week ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

I would like to have message history view that is auto-updating so I can reference it when I like without having to run any commands. Like running tail -f on a log file.

Describe alternatives you've considered

Something like this is implemented in bmessages.nvim, but it doesn't work with this plugin because Noice reroutes the messages via vim.ui_attach.

Additional context

No response