rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.97k stars 78 forks source link

feat: disable animation #149

Closed rcarriga closed 1 year ago

rcarriga commented 1 year ago

Refactors the window animator to run the loop one window at a time rather than batching the operations for all windows at once, allowing more flexibility in controlling per window animations

See #140

folke commented 1 year ago

Works perfectly!!

Much better now in combination with Noice :)

Will push my updates once this gets merged.

Thanks again!