Closed zhang-stephen closed 2 years ago
the same problem too。
Added a fix to stop the spam but to prevent the warning you must set the background_colour
config value to a colour.
Added a fix to stop the spam but to prevent the warning you must set the
background_colour
config value to a colour.
~I think giving a default value or an option of backgroud color is more proper, what's your opinion about it?~
the background_color
was ignored by me, I will take a try and thanks
As this screenshot,
nvim-notify
will give a warning if following conditions were satisfied:stages
is set tofade_in_slide_out
,And it will repeat this warning hundreds of times, and create many highlight groups, looks like the second screenshot.
How to reproduce this issue:
environment:
minimal configuration:
Then:
packer.nvim
if you haven't installed it,nvim -u init.lua +PackerSync
to make configuration avaliable,:lua vim.notify('something here')
, you could get what shows in screenshots.And other stages, or non-transparent background would not reproduce this issue in my test.