diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-15 11:48:37 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-15 11:48:57 +0200 |
| commit | 8f6c7ae590b179f2ec02142f57b2e9c3e81ac9fe (patch) | |
| tree | 63b0b8bbc9d0c4c98ff59babe2cf99bbf6609eaf /README.md | |
| parent | d0ee7cfb0215509d64d47f35e6df2d2763e62557 (diff) | |
| download | vim-ai-8f6c7ae590b179f2ec02142f57b2e9c3e81ac9fe.tar.gz | |
scratch buffer options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, \ }, \} |