Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent b2303ce commit f448632
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/CopilotChat.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit f448632

Please sign in to comment.