diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 85ab69fa4..5259db66d 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -42,8 +42,9 @@ Some programs and libraries that use the kitty graphics protocol: * `rasterm `_ - Go library to display images in the terminal * `chafa `_ - a terminal image viewer * `hologram.nvim `_ - view images inside nvim -* `kui.nvim `_ - Build sophisticated UIs inside neovim using the kitty graphics protocol * `image.nvim `_ - Bringing images to neovim +* `image_preview.nvim `_ - Image preview for neovim +* `kui.nvim `_ - Build sophisticated UIs inside neovim using the kitty graphics protocol * `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 diff --git a/docs/integrations.rst b/docs/integrations.rst index eb2f6c1e0..02cd307a4 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -227,13 +227,14 @@ consistent set of hotkeys. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Allows easily running tests in a terminal window -.. tool_hologram: +.. tool_nvim_image_viewers: -`hologram.nvim `_ -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Terminal image viewer for Neovim. For a bit of fun, you can even have `cats -running around inside nvim `__. +Various image viewing plugins for editors +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* `image.nvim `_ - Bringing images to neovim +* `image_preview.nvim `_ - Image preview for neovim +* `hologram.nvim `_ - view images inside nvim Scrollback manipulation -------------------------