giusgad / pets.nvim

Display pets in your editor 🐱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The pet follow the cursor in wezterm

codeDude64 opened this issue · comments

Description

The pet is on the cursor and it follows it in wezterm terminal.

I tried on konsole but here the pets didn't appear (It's not the topic btw)
I tried on kitty terminal and all works as expected

Steps to reproduce

  1. Open nvim
  2. run :PetsNew
  3. observer

Your options

No response

Screenshots

image

Extra

No response

Oh and this black square appears even when I setup the avoid_ statusline options

The cursor issue in WezTerm is something I already knew about, that's why in the README I specified that the only terminal that actually works is kitty. The issue is related to either WezTerm's implementation of the kitty graphics protocol, or to how hologram approaches the protocol, either way I can't do anything about it.

The black square is due to the popup using the "Normal" highlight group, so you can either change your Normal highlight group to match your background color or assign it a custom highlight group like so: popup = { hl = { Normal = "yourhighlightname" }}}