You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this discussion, this is a feature request to add support for neovim/vim diff with the current CopilotChat diff functionality.
It could work in a similar way to the existing diff mappings (gd, gy, gq, gj) but it would open the diff (assuming COPILOT_GENERATE prompt) in a new vertical buffer and it would execute a 'diffthis` command in the last active buffer and the new vertical buffer.
Some possible variations:
The Copilot buffer could be reused to load the diff.
Vimdiff may be only executed in the buffer with the diff, letting the user to execute ":diffthis" in whatever other buffer they choose.
The text was updated successfully, but these errors were encountered:
Following this discussion, this is a feature request to add support for neovim/vim diff with the current CopilotChat diff functionality.
It could work in a similar way to the existing diff mappings (gd, gy, gq, gj) but it would open the diff (assuming COPILOT_GENERATE prompt) in a new vertical buffer and it would execute a 'diffthis` command in the last active buffer and the new vertical buffer.
Some possible variations:
The text was updated successfully, but these errors were encountered: