Skip to content

Commit

Permalink
chore: auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent bbd07e6 commit 52938ff
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/gp.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*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

==============================================================================
Table of Contents *gp.nvim-table-of-contents*
Expand Down Expand Up @@ -110,6 +110,18 @@ Snippets for your preferred package manager:
})
<

>lua
-- vim-plug
Plug 'robitx/gp.nvim'

require("gp").setup()

-- or setup with your own config (see Install > Configuration in Readme)
-- require("gp").setup(config)

-- shortcuts might be setup here (see Usage > Shortcuts in Readme)
<


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

Expand Down

0 comments on commit 52938ff

Please sign in to comment.