practicalli

Lucio Assis 2023-10-16T19:54:58.981239Z

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.

Lucio Assis 2023-10-16T19:55:39.567629Z

Would also be interested in knowing where can I configure so it will stay around for longer

Lucio Assis 2023-10-16T20:00:15.293829Z

Looks like it's using https://github.com/folke/noice.nvim, so I guess I can find what I need in its docs 🙂

practicalli-johnny 2023-10-17T07:13:53.980819Z

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

practicalli-johnny 2023-10-17T07:18:45.334159Z

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

Lucio Assis 2023-10-17T13:31:32.104899Z

Well that's convenient. Thanks!

practicalli-johnny 2023-10-17T16:00:00.846179Z

I've added notification details to the Practicalli Neovim book now, thanks for asking me about this setup.

1