rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.1k stars 83 forks source link

Notify overlaps commandline and tabline #295

Open bhaumik-tripathi opened 1 month ago

bhaumik-tripathi commented 1 month ago

Running the notify function with top_down = false does places the notification in the bottom right but somehow it is too much low that it begins to overlap with the command line in the bottom(I am using lualine for its customization btw).

If top_down = true, then it begins to overlap with the tabs open, Is it the default behavior or a bug, I have tried looking in the documentation but there seemed no way to provide bottom and top margin, attaching the video for reference. I want to show it in the file window only and not to overlap with other components. I am using in vim 0.11 dev version.

https://github.com/user-attachments/assets/8576f749-f0f6-416f-b921-aa84c7d8d049

https://github.com/user-attachments/assets/18efe99d-e833-43a3-bad8-5c60413501c2

Exagone313 commented 1 day ago

It seems to work on the fade_in_slide_out stages (the default) but not on others.