See #203 for the discussion and #207 for a possible fix. To recall, :AIChat,:close,:AIChat should reopen the closed buffer instead of creating a new one, also with
let &rtp = '~/.vim/plugged/vim-ai' . ',' . &rtp
filetype plugin indent on
syntax on
set hidden
let g:vim_ai_chat = {
\ "ui": {
\ "scratch_buffer_keep_open": 1,
\ },
\ }
See #203 for the discussion and #207 for a possible fix. To recall,
:AIChat,:close,:AIChatshould reopen the closed buffer instead of creating a new one, also with