-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hey! Great plugin you have implemented. I am trying to setup the plugin for use with neovim inside a docker container. I am using neovim version 0.11.0. I am able to use gemini, however, when gemini suggests changes, the diff view opens up within the same terminal as that of the gemini chat and not as a new tab as can be seen in the demo video added in repository. The following images describe the scenario that I am observing:
This image shows the first window that I get when gemini suggests code changes. I am explicitly asked if I want to accept changes or not or how I want to view the changes. This behaviour was not there in the demonstration video. Now when I select modify with an external editor option, I get this window . Here the diff view is opened in the same terminal where gemini is running. Can you help me debug this issue?