neogit icon indicating copy to clipboard operation
neogit copied to clipboard

Separate highlighter to represent the actual changes in the diff

Open dhruvinsh opened this issue 3 years ago • 2 comments

Thank you for this awesome plugin. I was wondering if it is possible to have some addition highlight to show the actual changes with bright color and hence have separate highlighter if possible. ( I have no clue whether its even possible). Below is the example shows the change I am requesting for

From Neogit: image

From Magit (doomemacs) image

dhruvinsh avatar Oct 18 '22 13:10 dhruvinsh

It is most certainly possible. https://github.com/sindrets/diffview.nvim does it, and the neogit d diffview integration also works with the exact highlighting.

image

ten3roberts avatar Oct 30 '22 22:10 ten3roberts

Yes correct, with diffview it is visible, not in the same color palette but yes its there. It would be great to see the similar highlights with neogit native diff shown per file via <tab> key.

dhruvinsh avatar Oct 30 '22 23:10 dhruvinsh