Skip to content

Commit ff17f92

Browse files
chore(doc): auto generate docs
1 parent c292cfb commit ff17f92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/CopilotChat.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,11 @@ installed.
685685
file_types = { 'markdown', 'copilot-chat' },
686686
})
687687

688-
-- You might also want to disable default header highlighting for copilot chat when doing this
688+
-- You might also want to disable default header highlighting for copilot chat when doing this and set error header style and separator
689689
require('CopilotChat').setup({
690690
highlight_headers = false,
691+
separator = '---',
692+
error_header = '> [!ERROR] Error',
691693
-- rest of your config
692694
})
693695
<

0 commit comments

Comments
 (0)