|
1 | | -*CopilotChat.txt* For NVIM v0.8.0 Last change: 2026 April 06 |
| 1 | +*CopilotChat.txt* |
| 2 | + For NVIM v0.8.0 Last change: 2026 April 15 |
2 | 3 |
|
3 | 4 | ============================================================================== |
4 | 5 | Table of Contents *CopilotChat-table-of-contents* |
@@ -191,7 +192,7 @@ CHAT KEY MAPPINGS *CopilotChat-chat-key-mappings* |
191 | 192 | - gc Show info about current chat |
192 | 193 | - gh Show help message |
193 | 194 |
|
194 | | - [!WARNING] Some plugins (e.g. `copilot.vim`) may also map common keys like |
| 195 | + [!WARNING] Some plugins (e.g. `copilot.vim`) may also map common keys like |
195 | 196 | `<Tab>` in insert mode. To avoid conflicts, disable Copilot’s default `<Tab>` |
196 | 197 | mapping with: |
197 | 198 | >lua |
@@ -341,11 +342,11 @@ Types of copilot highlights: |
341 | 342 | - `CopilotChatSelection` - Selection highlight in source buffer |
342 | 343 | - `CopilotChatStatus` - Status and spinner in chat buffer |
343 | 344 | - `CopilotChatHelp` - Help text in chat buffer |
344 | | -- `CopilotChatResource` - Resource highlight in chat buffer (e.g. `#file`, `#gitdiff`) |
345 | | -- `CopilotChatTool` - Tool call highlight in chat buffer (e.g. `@copilot`) |
346 | | -- `CopilotChatPrompt` - Prompt highlight in chat buffer (e.g. `/Explain`, `/Review`) |
347 | | -- `CopilotChatModel` - Model highlight in chat buffer (e.g. `$gpt-4.1`) |
348 | | -- `CopilotChatUri` - URI highlight in chat buffer (e.g. `##https://...`) |
| 345 | +- `CopilotChatResource` - Resource highlight in chat buffer (e.g. `#file`, `#gitdiff`) |
| 346 | +- `CopilotChatTool` - Tool call highlight in chat buffer (e.g. `@copilot`) |
| 347 | +- `CopilotChatPrompt` - Prompt highlight in chat buffer (e.g. `/Explain`, `/Review`) |
| 348 | +- `CopilotChatModel` - Model highlight in chat buffer (e.g. `$gpt-4.1`) |
| 349 | +- `CopilotChatUri` - URI highlight in chat buffer (e.g. `##https://...`) |
349 | 350 | - `CopilotChatAnnotation` - Annotation highlight in chat buffer (file headers, tool call headers, tool call body) |
350 | 351 |
|
351 | 352 |
|
|
0 commit comments