diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | doc/vim-ai.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,7 @@ Default interface configuration: let g:vim_ai_chat = { \ "ui": { \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", +\ "code_syntax_enabled": 1, \ }, \} ``` diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index ea8af3f..45adcfb 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -70,6 +70,7 @@ Options: > \ "initial_prompt": "", \ }, \ "ui": { + \ "code_syntax_enabled": 1, \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", \ }, \} |