diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 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, \ }, \} ``` |