rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.88k stars 72 forks source link

Feature request: Have notificatiosn persist if neovim is not focused #265

Open fent opened 3 months ago

fent commented 3 months ago

The autocmd events FocusGained and FocusLost can trigger when neovim gains/loses focus. I have my neovim set up to run a job and then show a notification with the result when it finishes. It would be nice if the notification would stay there until I go back to neovim so that I don't miss it.