We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292cfb commit ff17f92Copy full SHA for ff17f92
doc/CopilotChat.txt
@@ -685,9 +685,11 @@ installed.
685
file_types = { 'markdown', 'copilot-chat' },
686
})
687
688
- -- You might also want to disable default header highlighting for copilot chat when doing this
+ -- You might also want to disable default header highlighting for copilot chat when doing this and set error header style and separator
689
require('CopilotChat').setup({
690
highlight_headers = false,
691
+ separator = '---',
692
+ error_header = '> [!ERROR] Error',
693
-- rest of your config
694
695
<
0 commit comments