From 77532363f8180ebd12669f08482182cecf67c8c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Dec 2024 16:13:00 +0000 Subject: [PATCH] chore(doc): auto generate docs --- doc/CopilotChat.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CopilotChat.txt b/doc/CopilotChat.txt index 6e869be2..497846ea 100644 --- a/doc/CopilotChat.txt +++ b/doc/CopilotChat.txt @@ -59,7 +59,7 @@ LAZY.NVIM ~ "CopilotC-Nvim/CopilotChat.nvim", dependencies = { { "github/copilot.vim" }, -- or zbirenbaum/copilot.lua - { "nvim-lua/plenary.nvim" }, -- for curl, log wrapper + { "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions }, build = "make tiktoken", -- Only on MacOS or Linux opts = { @@ -82,7 +82,7 @@ Similar to the lazy setup, you can use the following configuration: call plug#begin() Plug 'github/copilot.vim' Plug 'nvim-lua/plenary.nvim' - Plug 'CopilotC-Nvim/CopilotChat.nvim', { 'branch': 'main' } + Plug 'CopilotC-Nvim/CopilotChat.nvim' call plug#end() lua << EOF @@ -104,7 +104,7 @@ MANUAL ~ git clone https://github.com/github/copilot.vim git clone https://github.com/nvim-lua/plenary.nvim - git clone -b main https://github.com/CopilotC-Nvim/CopilotChat.nvim + git clone https://github.com/CopilotC-Nvim/CopilotChat.nvim < 1. Add to your configuration (e.g. `~/.config/nvim/init.lua`)