Choose a rendering backend
masterYou must select one of the following rendering backends for image.nvim to work:
kitty(recommended): Requires Kitty >= 28.0 or a terminal implementing Kitty's Graphics Protocol (e.g., WezTerm, though performance may vary). Offers best performance, native clipping, and caching.ueberzug: Requires Überzug++. Works with any terminal emulator but has significantly lower performance.sixel: Works with Sixel-supporting terminals (e.g., XTerm, WezTerm, foot). Requires ImageMagick with Sixel support. Performance is lower, but can be improved usingonly_render_image_at_cursor=trueandonly_render_image_at_cursor_mode="popup".