oil.nvim icon indicating copy to clipboard operation
oil.nvim copied to clipboard

feature request: Diff mode

Open alexmozaidze opened this issue 2 years ago • 1 comments

Did you check existing requests?

  • [X] I have searched the existing issues

Describe the feature

Diff mode - a feature that would highlight changes in oil buffers.

Provide background

I just thought it would be a pretty nice thing to have, though, it's going to be very not so easy to implement (there'll be a lot of edge cases).

What is the significance of this feature?

nice to have

Additional details

No response

alexmozaidze avatar Dec 23 '23 18:12 alexmozaidze

A decent place to start could be leveraging statuscolumn to add signs for new/modified entries. That should be pretty straightforward using the get_entry_on_line function.

stevearc avatar Dec 24 '23 04:12 stevearc