diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/vim-ai.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index d0519fd..d9c3eeb 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -66,6 +66,9 @@ Options: > \ "temperature": 1, \ "request_timeout": 10, \ }, + \ "ui": { + \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", + \ }, \} Check OpenAI docs for more infomration: |