Conversation
|
Maybe there's a misunderstanding. The idea is that of a toggle inside one fixed tab, the same |
|
It should work only if |
|
I had this setting set let g:vim_ai_chat = {
\ "ui": {
\ "scratch_buffer_keep_open": 1,
\ },
\ }to the described effect. I'm using |
|
Would you mind comparing it to former #203 ? |
|
The idea of #204 was that on the second |
|
I can't reproduce, did everything as you in the gif video and it works as expected. By any chance don't you use |
|
In the tab-local-chat branch with let &rtp = '~/.vim/plugged/vim-ai' . ',' . &rtp
filetype plugin indent on
syntax on
let g:vim_ai_chat = {
\ "ui": {
\ "scratch_buffer_keep_open": 1,
\ },
\ }With In this branch |
|
Okay, that's a good catch, I fixed the error. You can try now |
|
Same as before,
|
|
You obviously don't have clean vim-ai configuration, because the default chat is not supposed to open in the right panel. So I guess there is some misconfiguration on your side. Well clean config but |
|
In #203 it also works with dirty configuration; why shouldn't it? What's the win here? |
|
For the record, |
|
I was trying to find out why it is not working for you when it obviously should. If you can't reproduce it on the clean configuration, then it points to your "dirty configuration", otherwise is the problem somewhere else in your environment. Anyway, I tested it on different environments with different kind of setup, should be working, I not going to invest more time into this. |





No description provided.