From 70383af59dc6d230c2f81635f062438f7022c8cd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jul 2023 17:10:57 +0530 Subject: [PATCH] Another nvim library to use the kitty graphics protocol --- docs/graphics-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index ec9d33cd5..966d6f9a2 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -43,6 +43,7 @@ Some programs and libraries that use the kitty graphics protocol: * `chafa `_ - a terminal image viewer * `hologram.nvim `_ - view images inside nvim * `kui.nvim `_ - Build sophisticated UIs inside noevim using the kitty graphics protocol +* `image.nvim `_ - Bringing images to neovim * `term-image `_ - A Python library, CLI and TUI to display and browse images in the terminal * `glkitty `_ - C library to draw OpenGL shaders in the terminal with a glgears demo * `twitch-tui `_ - Twitch chat in the terminal