Skip to content

Commit e168290

Browse files
chore(doc): auto generate docs
1 parent 734353f commit e168290

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

doc/CopilotChat.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23

34
==============================================================================
45
Table of Contents *CopilotChat-table-of-contents*
@@ -191,7 +192,7 @@ CHAT KEY MAPPINGS *CopilotChat-chat-key-mappings*
191192
- gc Show info about current chat
192193
- gh Show help message
193194

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
195196
`<Tab>` in insert mode. To avoid conflicts, disable Copilot’s default `<Tab>`
196197
mapping with:
197198
>lua
@@ -341,11 +342,11 @@ Types of copilot highlights:
341342
- `CopilotChatSelection` - Selection highlight in source buffer
342343
- `CopilotChatStatus` - Status and spinner in chat buffer
343344
- `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://...`)
349350
- `CopilotChatAnnotation` - Annotation highlight in chat buffer (file headers, tool call headers, tool call body)
350351

351352

0 commit comments

Comments
 (0)