tpope / vim-fugitive

fugitive.vim: A Git wrapper so awesome, it should be illegal
https://www.vim.org/scripts/script.php?script_id=2975
20.03k stars 1.01k forks source link

Feature request: Show details only on first line of a block with git blame #2348

Closed srgsanky closed 3 weeks ago

srgsanky commented 3 weeks ago

It is visually easier to comprehend if only the first line of a block of change is marked by git blame. This is also how github shows the blame. For e.g.

Screenshot 2024-10-13 at 08 35 05

If vim-fugitive already support this, please share how I can configure it. Otherwise, can you please support this?

tpope commented 3 weeks ago

The :Git blame pane will always contain the output of git blame. It would probably be possible to achieve the desired rendering with syntax highlighting, and I would entertain a PR that did so.