Skip to content

Commit 52938ff

Browse files
chore: auto-generate vimdoc
1 parent bbd07e6 commit 52938ff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/gp.nvim.txt

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gp.nvim.txt* For NVIM v0.8.0 Last change: 2024 February 28
1+
*gp.nvim.txt* For NVIM v0.8.0 Last change: 2024 March 26
22

33
==============================================================================
44
Table of Contents *gp.nvim-table-of-contents*
@@ -110,6 +110,18 @@ Snippets for your preferred package manager:
110110
})
111111
<
112112

113+
>lua
114+
-- vim-plug
115+
Plug 'robitx/gp.nvim'
116+
117+
require("gp").setup()
118+
119+
-- or setup with your own config (see Install > Configuration in Readme)
120+
-- require("gp").setup(config)
121+
122+
-- shortcuts might be setup here (see Usage > Shortcuts in Readme)
123+
<
124+
113125

114126
2. OPENAI API KEY *gp.nvim-2.-openai-api-key*
115127

0 commit comments

Comments
 (0)