Image overlap Telescope and others windows | Looks like transparent
Hi,
this is exactly the error i have: https://github.com/3rd/image.nvim/issues/126
Example:
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:
Did I do somethings wrong?
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.
Note: In a markdown file it seems to be fine. But if I directly open a .png file, there is where I have problems.
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