vigoux / notifier.nvim

Non-intrusive notification system for neovim
BSD 3-Clause "New" or "Revised" License
197 stars 4 forks source link

Open the quickfix window in `NotifierReplay!` #26

Open bennypowers opened 1 year ago

bennypowers commented 1 year ago

NotifierReplay! with a bang should open the quickfix window. In this way it will be analogous to :messages, letting users read the error messages in the replay at their leisure.

vigoux commented 1 year ago

Seems to be a good idea, I'll implement that now !