You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something approximating the :GBlame view from Fugitive.vim (https://github.com/tpope/vim-fugitive), though not nearly as feature packed. That's the only feature of git I ever actually use while inside my editor so I figured I'd churn that out as a learning exercise.
Anyway, not earth-shattering, but at least for me definitely useful.
Thanks Mike Haney for your lein template, I used it here. I noticed you're planning on making a larger scale "git" plugin, once you start that I'd be happy to merge this functionality into it and discontinue this one.
Usage:
There's a command for showing/updating the blame display, and another for closing it. Can't get much simpler :-)
Once you have a the blame view to the left, clicking on one will open a diff for that file for that commit.
Changes
0.0.8:
Use the new LT gutters api so work with other gutter plugins better
Run the git blame in the background
0.0.7:
Display and follow renames correctly (Sean Caffery)
Play nicely with other gutter plugins (Sean Caffery)