diff --git a/README.md b/README.md index 54c3501..028c2f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # gist.nvim +![Showcase](gist.nvim.gif) `gist.nvim` is a Neovim plugin that allows you to create a GitHub Gist from the current file. The plugin uses the [`gh` command-line tool](https://cli.github.com/) to create the Gist and provides a simple interface for specifying the Gist's description and privacy settings. diff --git a/gist.nvim.gif b/gist.nvim.gif new file mode 100644 index 0000000..b93bbce Binary files /dev/null and b/gist.nvim.gif differ