Skip to content

Commit 8acd46e

Browse files
chore(doc): auto generate docs
1 parent 1f64dd6 commit 8acd46e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/CopilotChat.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
Table of Contents *CopilotChat-table-of-contents*
55

66
1. Copilot Chat for Neovim |CopilotChat-copilot-chat-for-neovim|
7-
- Prerequisites |CopilotChat-copilot-chat-for-neovim-prerequisites|
8-
- Installation |CopilotChat-copilot-chat-for-neovim-installation|
9-
- Usage |CopilotChat-copilot-chat-for-neovim-usage|
10-
- Configuration |CopilotChat-copilot-chat-for-neovim-configuration|
11-
- Tips |CopilotChat-copilot-chat-for-neovim-tips|
12-
- Roadmap (Wishlist)|CopilotChat-copilot-chat-for-neovim-roadmap-(wishlist)|
13-
- Development |CopilotChat-copilot-chat-for-neovim-development|
14-
- Contributors ✨ |CopilotChat-copilot-chat-for-neovim-contributors-✨|
7+
- Prerequisites |CopilotChat-prerequisites|
8+
- Installation |CopilotChat-installation|
9+
- Usage |CopilotChat-usage|
10+
- Configuration |CopilotChat-configuration|
11+
- Tips |CopilotChat-tips|
12+
- Roadmap (Wishlist) |CopilotChat-roadmap-(wishlist)|
13+
- Development |CopilotChat-development|
14+
- Contributors ✨ |CopilotChat-contributors-✨|
1515

1616
==============================================================================
1717
1. Copilot Chat for Neovim *CopilotChat-copilot-chat-for-neovim*
@@ -26,7 +26,7 @@ Table of Contents *CopilotChat-table-of-contents*
2626
[!NOTE] Plugin was rewritten to Lua from Python. Please check the migration
2727
guide from version 1 to version 2 </MIGRATION.md> for more information.
2828

29-
PREREQUISITES *CopilotChat-copilot-chat-for-neovim-prerequisites*
29+
PREREQUISITES *CopilotChat-prerequisites*
3030

3131
Ensure you have the following installed:
3232

@@ -38,7 +38,7 @@ Optional:
3838
- You can check your Lua PATH in Neovim by doing `:lua print(package.cpath)`. Save the binary as `tiktoken_core.so` in any of the given paths.
3939

4040

41-
INSTALLATION *CopilotChat-copilot-chat-for-neovim-installation*
41+
INSTALLATION *CopilotChat-installation*
4242

4343

4444
LAZY.NVIM ~
@@ -112,7 +112,7 @@ See @deathbeam for configuration
112112
<https://github.com/deathbeam/dotfiles/blob/master/nvim/.config/nvim/lua/config/copilot.lua#L14>
113113

114114

115-
USAGE *CopilotChat-copilot-chat-for-neovim-usage*
115+
USAGE *CopilotChat-usage*
116116

117117

118118
COMMANDS ~
@@ -206,7 +206,7 @@ API ~
206206
<
207207

208208

209-
CONFIGURATION *CopilotChat-copilot-chat-for-neovim-configuration*
209+
CONFIGURATION *CopilotChat-configuration*
210210

211211

212212
DEFAULT CONFIGURATION ~
@@ -408,7 +408,7 @@ You can set local options for the buffers that are created by this plugin:
408408
<
409409

410410

411-
TIPS *CopilotChat-copilot-chat-for-neovim-tips*
411+
TIPS *CopilotChat-tips*
412412

413413
Quick chat with your buffer ~
414414

@@ -509,13 +509,13 @@ Requires fzf-lua <https://github.com/ibhagwan/fzf-lua> plugin to be installed.
509509
<
510510

511511

512-
ROADMAP (WISHLIST) *CopilotChat-copilot-chat-for-neovim-roadmap-(wishlist)*
512+
ROADMAP (WISHLIST) *CopilotChat-roadmap-(wishlist)*
513513

514514
- Use indexed vector database with current workspace for better context selection
515515
- General QOL improvements
516516

517517

518-
DEVELOPMENT *CopilotChat-copilot-chat-for-neovim-development*
518+
DEVELOPMENT *CopilotChat-development*
519519

520520

521521
INSTALLING PRE-COMMIT TOOL ~
@@ -530,7 +530,7 @@ pre-commit tool:
530530
This will install the pre-commit tool and the pre-commit hooks.
531531

532532

533-
CONTRIBUTORS ✨ *CopilotChat-copilot-chat-for-neovim-contributors-✨*
533+
CONTRIBUTORS ✨ *CopilotChat-contributors-✨*
534534

535535
If you want to contribute to this project, please read the CONTRIBUTING.md
536536
</CONTRIBUTING.md> file.

0 commit comments

Comments
 (0)