We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd07e6 commit 52938ffCopy full SHA for 52938ff
doc/gp.nvim.txt
@@ -1,4 +1,4 @@
1
-*gp.nvim.txt* For NVIM v0.8.0 Last change: 2024 February 28
+*gp.nvim.txt* For NVIM v0.8.0 Last change: 2024 March 26
2
3
==============================================================================
4
Table of Contents *gp.nvim-table-of-contents*
@@ -110,6 +110,18 @@ Snippets for your preferred package manager:
110
})
111
<
112
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
125
126
2. OPENAI API KEY *gp.nvim-2.-openai-api-key*
127
0 commit comments