giusgad / pets.nvim

Display pets in your editor 🐱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrolling with :vsp is resulting in broken rendering. Switching to the split the cat is in somewhat fixes the rendering.

Kyle-Mendes opened this issue · comments

This does not happen to me, but I'm thinking it might have something to do with the wrap option, do you happen to have wrap set? If this is the case, I will try setting a buffer option for the pet's popup to disable it.

I do have wrap set! I don't think it's that though. I just set no wrap and still get some oddities. It's actually also messing with the rendering of code, where some lines are getting repeated when they shouldn't be.

My heirline also disappeared 😮

I tought it had something to do with that because setting it broke some things for me too. What's weird is that the plugin should only be touching its own popup and not the rest of the screen...
The weird writings are most likely some escape character for the images being for some reason rendered, and that doesn't add up. I will need to investigate further. 🤔

Did #13 Have any effect on this issue? Could you check if the effects are the same, changed or fixed? Thanks!

image
It didn't appear to unfortunately.

(this is the same pet)

Got the same kind of error.
It happens a lot when I delete and undo things.

image

I'm using AstroVim as a base config and I'm on a M1 Mac. (If it can help)