Neovim plugin for Github Gist https://gist.github.com
This plugin is based on vim-gist. It is using the Neovim remote plugin so the API requests are run asynchronously.
For vim-plug
Plug 'rudylee/nvim-gist', { 'do': ':UpdateRemotePlugins' }
Before you can use this plugin, you need to create a Github personal token so the plugin can create and access your gists.
You can visit https://github.com/settings/tokens to generate a new token. Make sure the token has access to create a gist.
Run the GistList command in your neovim
:GistList
When you run the list command for the first time, the plugin will ask you to enter the Github username and personal access token.
:GistList
:GistCreate