|
12 | 12 |
|
13 | 13 | 
|
14 | 14 |
|
15 |
| -https://github.com/user-attachments/assets/8cad5643-63b2-4641-a5c4-68bc313f20e6 |
| 15 | +<https://github.com/user-attachments/assets/8cad5643-63b2-4641-a5c4-68bc313f20e6> |
16 | 16 |
|
17 | 17 | </div>
|
18 | 18 |
|
@@ -255,9 +255,9 @@ Define your own system prompts in the configuration (similar to `prompts`):
|
255 | 255 |
|
256 | 256 | Sticky prompts persist across chat sessions. They're useful for maintaining context or agent selection. They work as follows:
|
257 | 257 |
|
258 |
| -1. Prefix text with `> ` using markdown blockquote syntax |
| 258 | +1. Prefix text with `>` using markdown blockquote syntax |
259 | 259 | 2. The prompt will be copied at the start of every new chat prompt
|
260 |
| -3. Edit sticky prompts freely while maintaining the `> ` prefix |
| 260 | +3. Edit sticky prompts freely while maintaining the `>` prefix |
261 | 261 |
|
262 | 262 | Examples:
|
263 | 263 |
|
@@ -486,6 +486,8 @@ Below are all available configuration options with their default values:
|
486 | 486 | show_help = true, -- Shows help message as virtual lines when waiting for user input
|
487 | 487 | highlight_selection = true, -- Highlight selection
|
488 | 488 | highlight_headers = true, -- Highlight headers in chat, disable if using markdown renderers (like render-markdown.nvim)
|
| 489 | + -- Hide markdown syntax (like backticks) by using conceallevel=2 in Neovim. When false, show markdown syntax. |
| 490 | + conceal_markdown_syntax = true, |
489 | 491 | references_display = 'virtual', -- 'virtual', 'write', Display references in chat as virtual text or write to buffer
|
490 | 492 | auto_follow_cursor = true, -- Auto-follow cursor in chat
|
491 | 493 | auto_insert_mode = false, -- Automatically enter insert mode when opening window and on new prompt
|
|
0 commit comments