Hi all, I've been using the AstroNvim setup for some time. How do you open a more permanent view of the messages that show up quickly to the right of the screen? I'm particularly looking for an LSP error message that showed up. I could find it in the LSP server logs, but wondering if I can bring it up more easily.
Would also be interested in knowing where can I configure so it will stay around for longer
Looks like it's using https://github.com/folke/noice.nvim, so I guess I can find what I need in its docs 🙂
SPC f n opens a list of notifications and selecting an item from the list displays the message in a new popup. The text from that popup can be yanked, to copy to a buffer
The Practicalli astro-config does set a shorter notification timeout than the default, either comment this line or add a bigger number for the vim-notify timeout https://github.com/practicalli/astronvim-config/blob/main/plugins/core.lua#L92
Well that's convenient. Thanks!
I've added notification details to the Practicalli Neovim book now, thanks for asking me about this setup.