From f448632572fef3f0d7fad9fe2df95c48a003eb9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 13:07:44 +0000 Subject: [PATCH] chore(doc): auto generate docs --- doc/CopilotChat.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/CopilotChat.txt b/doc/CopilotChat.txt index 23488077..e6e98f08 100644 --- a/doc/CopilotChat.txt +++ b/doc/CopilotChat.txt @@ -1,4 +1,4 @@ -*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 21 +*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 22 ============================================================================== Table of Contents *CopilotChat-table-of-contents* @@ -28,8 +28,9 @@ PREREQUISITES *CopilotChat-copilot-chat-for-neovim-prerequisites* Ensure you have the following installed: -- Python 3.10 or later -- Enable `python3 provider` in Neovim. Testing by run `:echo has('python3')` in Neovim. If it returns `1`, then `python3 provider` is enabled. +- **Python 3.10 or later**. +- **Python3 provider**: You can check if it’s enabled by running `:echo has('python3')` in Neovim. If it returns `1`, then the Python3 provider is enabled. +- **rplugin**: This plugin uses the |remote plugin| system of Neovim. Make sure you have it enabled. AUTHENTICATION *CopilotChat-copilot-chat-for-neovim-authentication*