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 /plugin/vim-ai.vim | |
| parent | d0ee7cfb0215509d64d47f35e6df2d2763e62557 (diff) | |
| download | vim-ai-8f6c7ae590b179f2ec02142f57b2e9c3e81ac9fe.tar.gz | |
scratch buffer 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, \ }, |