image.nvim icon indicating copy to clipboard operation
image.nvim copied to clipboard

Image overlap Telescope and others windows | Looks like transparent

Open t1gu1 opened this issue 1 year ago • 3 comments

Hi,

this is exactly the error i have: https://github.com/3rd/image.nvim/issues/126

Example: image

I tried to turn window_overlap_clear_enabled to true, but it doesn't seems to change anythings.

I'm using

  • Mac OS(M1)
  • Nvim 0.11.0

Here is my plugin setup: image

Did I do somethings wrong?

t1gu1 avatar Jul 29 '24 21:07 t1gu1

I found that I can do require("image").clear() to clear image before opening a "windows".

I got to do it for

  • The file tree
  • Telescope
  • Terminal

And other that I may not think about.

Not the ideal. But it is a workaround for the moment.

t1gu1 avatar Jul 29 '24 22:07 t1gu1

Note: In a markdown file it seems to be fine. But if I directly open a .png file, there is where I have problems.

t1gu1 avatar Jul 30 '24 00:07 t1gu1

im on nightly builds for nvim , but this works fine for me require("image").setup({ backend = "ueberzug", window_overlap_clear_enabled = true, }) im also using alacritty and the alternative backend ueberzugpp

bechampion avatar Feb 23 '25 11:02 bechampion