diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/vim-ai.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-ai.vim b/plugin/vim-ai.vim index 088ba3d..ff49697 100644 --- a/plugin/vim-ai.vim +++ b/plugin/vim-ai.vim @@ -39,6 +39,7 @@ let g:vim_ai_chat_default = { \ }, \ "ui": { \ "open_chat_command": "below new | call vim_ai#MakeScratchWindow()", +\ "scratch_buffer_keep_open": 0, \ "populate_options": 0, \ "code_syntax_enabled": 1, \ }, |