44Table of Contents *CopilotChat-table-of-contents*
55
661. 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==============================================================================
17171. 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
3131Ensure 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
4444LAZY.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
118118COMMANDS ~
@@ -206,7 +206,7 @@ API ~
206206<
207207
208208
209- CONFIGURATION *CopilotChat-copilot-chat-for-neovim -configuration*
209+ CONFIGURATION *CopilotChat-configuration*
210210
211211
212212DEFAULT 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
413413Quick 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
521521INSTALLING PRE-COMMIT TOOL ~
@@ -530,7 +530,7 @@ pre-commit tool:
530530This 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
535535If you want to contribute to this project, please read the CONTRIBUTING.md
536536</CONTRIBUTING.md> file.
0 commit comments