From 923746952c3d4794343f0505f4a6389fb6926bdb Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sun, 2 Apr 2023 23:41:48 +0200 Subject: open chat command docu --- doc/vim-ai.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3