diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 12:44:56 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-08 12:44:56 +0200 |
| commit | 8857f7f7099ebe5713617392de42ea1d8eec62ca (patch) | |
| tree | dfc5b231ad2da0de73fd3cf9af621d62eea0a4d0 /doc/vim-ai.txt | |
| parent | 287fe4e29a5e67d02633fdc704d1197abd80eda8 (diff) | |
| download | vim-ai-8857f7f7099ebe5713617392de42ea1d8eec62ca.tar.gz | |
added code syntax docu
Diffstat (limited to 'doc/vim-ai.txt')
| -rw-r--r-- | doc/vim-ai.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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()", \ }, \} |