You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# CreateGist.nvim
1
+
# gist.nvim
2
2
3
-
CreateGist.nvim is a Neovim plugin that allows you to create a GitHub Gist from the current file.
3
+
`gist.nvim` is a Neovim plugin that allows you to create a GitHub Gist from the current file.
4
4
The plugin uses the gh command-line tool to create the Gist and provides a simple interface for specifying the Gist's description and privacy settings.
5
5
6
6
## Installation
7
7
8
-
To use CreateGist.nvim, you need to have Neovim installed on your system.
8
+
To use `gist.nvim`, you need to have Neovim installed on your system.
9
9
You also need to have the gh command-line tool installed and configured with your GitHub account.
10
10
11
-
Once you have Neovim and gh installed, you can install CreateGist.nvim using your favorite plugin manager.
11
+
Once you have Neovim and gh installed, you can install `gist.nvim` using your favorite plugin manager.
12
12
For example, if you are using vim-plug, you can add the following line to your init.vim file:
0 commit comments