Skip to content

Commit f448632

Browse files
chore(doc): auto generate docs
1 parent b2303ce commit f448632

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/CopilotChat.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 21
1+
*CopilotChat.txt* For NVIM v0.8.0 Last change: 2024 February 22
22

33
==============================================================================
44
Table of Contents *CopilotChat-table-of-contents*
@@ -28,8 +28,9 @@ PREREQUISITES *CopilotChat-copilot-chat-for-neovim-prerequisites*
2828

2929
Ensure you have the following installed:
3030

31-
- Python 3.10 or later
32-
- Enable `python3 provider` in Neovim. Testing by run `:echo has('python3')` in Neovim. If it returns `1`, then `python3 provider` is enabled.
31+
- **Python 3.10 or later**.
32+
- **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.
33+
- **rplugin**: This plugin uses the |remote plugin| system of Neovim. Make sure you have it enabled.
3334

3435

3536
AUTHENTICATION *CopilotChat-copilot-chat-for-neovim-authentication*

0 commit comments

Comments
 (0)