From 8f6c7ae590b179f2ec02142f57b2e9c3e81ac9fe Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sat, 15 Apr 2023 11:48:37 +0200 Subject: scratch buffer options --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cdb5283..a3a175b 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ END " - options.initial_prompt: prompt prepended to every chat request " - ui.populate_options: put [chat-options] to the chat header " - ui.open_chat_command: customize how to open chat window +" - ui.scratch_buffer_keep_open: re-use scratch buffer within the vim session let g:vim_ai_chat = { \ "options": { \ "model": "gpt-3.5-turbo", @@ -228,6 +229,7 @@ let g:vim_ai_chat = { \ "code_syntax_enabled": 1, \ "populate_options": 0, \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", +\ "scratch_buffer_keep_open": 0, \ }, \} -- cgit v1.2.3