Prettier diffs?
#1186
-
Hello, Is there a way to get a prettier diff experience when Copilot has a suggestion in its chat window? Other plugins like codecompanion and avante should a nice in-buffer diff, similar to what you'd see with vim's built in diff (maybe a bit better). Just wondering, is this possible and I'm just missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
deathbeam
Jul 28, 2025
Replies: 1 comment 3 replies
-
Yea there is buffer diff, via: mappings = {
show_diff = {
full_diff = true,
},
}, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
deathbeam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea there is buffer diff, via: