nvim-notify icon indicating copy to clipboard operation
nvim-notify copied to clipboard

Notify overlaps commandline and tabline

Open VimYoung opened this issue 1 year ago • 2 comments

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

VimYoung avatar Sep 29 '24 07:09 VimYoung

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

Exagone313 avatar Nov 18 '24 13:11 Exagone313

I'm using NvChad tabufline and facing the same issue.

KevinNitroG avatar Dec 04 '24 16:12 KevinNitroG