rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.08k stars 80 forks source link

timeout=false has no effect #112

Closed hassec closed 2 years ago

hassec commented 2 years ago

Hi @rcarriga,

I'm not sure what changed, but it seems like the option timeout=false isn't respected anymore.

If I open neovim and just execute :lua require'notify'("test", 'info',{timeout=false}) the popup will disappear after a short delay.

Setting the timeout to a numeric value seems to work as expected, just the disabling via =false seems broken.

rcarriga commented 2 years ago

Thanks for the report! Should be working in latest commit