sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.92k stars 107 forks source link

Diff issue [question] #449

Closed moha-abdi closed 8 months ago

moha-abdi commented 9 months ago

image

Hello as seen in the picture i have removed the return plugins line from my file which means it should have been considered as deletion in the other one but as you can see its considered as a diff add, I dont now whats wrong

sindrets commented 8 months ago

This is just how diff highlighting works in vim. For more conventional diff highlighting, enable :h diffview-config-enhanced_diff_hl in the plugin config.