giusgad / pets.nvim

Display pets in your editor 🐱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@@@ in popup

matthewsia98 opened this issue · comments

Not sure what's causing the @@@ to appear in the bottom right corner
image

I'm not really sure why that is happening either, and I can't reproduce the issue.
I would try setting the highlight group's foreground to NONE or changing the blend value, but it might be unrelated...
If you achieve something this way or another, please let me know! Thank you!

Edit: I think the issue might lie in the way I'm sending text to the buffer, I will try to fix it as soon as I can.

I thought the problem might have been related to noice or lualine, but I tried disabling both and I still see the @

the problem is that is truncating the buffer text. From :h display

lastline	When included, as much as possible of the last line
			in a window will be displayed.  "@@@" is put in the
			last columns of the last screen line to indicate the
			rest of the line is not displayed.

probably because it's filling the buffer with really long strings here. Is there a better way to do this?

If you can recreate the issue, can you check if this fixes it?

I've merged your pr #13 @matthewsia98. Can you confirm the issue is resolved?

Confirm fixed by #13.