3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
1.03k stars 42 forks source link

Not working on Alacritty. #109

Closed aabbccddeeffggj closed 9 months ago

aabbccddeeffggj commented 9 months ago

Hi, the minimal working example gives me the following on Alacritty: image I tested it on kitty and it worked as expected, but not on alacritty. Thanks

3rd commented 9 months ago

Hey, for Alacritty you need to setup ueberzugpp and configure it as the backend.

aabbccddeeffggj commented 9 months ago

Hey, for Alacritty you need to setup ueberzugpp and configure it as the backend.

I see, I was kind of dumb. I indeed had changed the configuration for ueberzug in my neovim configuration, but forgot to do the same in the minimal working example.

Thanks anyway, great plugin!