git-gutter
git-gutter copied to clipboard
Port `git-gutter+`'s inline hunk preview functionality to `git-gutter`
Since git-gutter.el is more frequently updated than git-gutter+.el and the latter looks like its mostly abandoned, I thought I'd use my novice elisp skills to port my beloved inline hunk displaying at point functionality to here.
Hi, is it possible to add the following features?
- remove the first line (the one with @@)
- move the inline hunk preview under the hunk
- ability to navigate the hunks with the preview active
Hopefully this will be approved at some point.
Thanks
Hi, is it possible to add the following features?
* remove the first line (the one with @@) * move the inline hunk preview under the hunk * ability to navigate the hunks with the preview activeHopefully this will be approved at some point.
Thanks
Hi, is it possible to add the following features?
* remove the first line (the one with @@) * move the inline hunk preview under the hunk * ability to navigate the hunks with the preview activeHopefully this will be approved at some point.
Thanks
I've stopped using Emacs, I have tried to remove the first line but only manage to port the basic functionality, maybe someone will pick it up in the future.