From dccc202045d7f41d7cf93646d0524d1cd4475eba Mon Sep 17 00:00:00 2001 From: Giuseppe Gadola Date: Wed, 15 Feb 2023 14:09:39 +0100 Subject: chore: added gif demo --- README.md | 2 ++ pets.gif | Bin 0 -> 3533041 bytes 2 files changed, 2 insertions(+) create mode 100644 pets.gif diff --git a/README.md b/README.md index c01a63b..f39604f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Pets.nvim is a plugin that provides the missing core functionality of showing li It relies on the [kitty graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/) and [hologram.nvim](https://github.com/edluffy/hologram.nvim) to be able to display images in a terminal window. As you might know the plugin is heavily inspired by [vscode-pets](https://github.com/tonybaloney/vscode-pets/tree/master/media). +![pets.gif](./pets.gif) + ## 📦 Installation Install with your favorite package manager! diff --git a/pets.gif b/pets.gif new file mode 100644 index 0000000..03a2d21 Binary files /dev/null and b/pets.gif differ -- cgit v1.3-2-g11bf