From 52938ffbd47b5e06d0f9b7c8b146f26d6021fbac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 15:08:46 +0000 Subject: [PATCH] chore: auto-generate vimdoc --- doc/gp.nvim.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/gp.nvim.txt b/doc/gp.nvim.txt index 699ee91..b7baa77 100644 --- a/doc/gp.nvim.txt +++ b/doc/gp.nvim.txt @@ -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* @@ -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*