summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a04b317..3c8c15b 100644
--- a/README.md
+++ b/README.md
@@ -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,
\ },
\}
```