We need a vim plugin for git, which would highlight the lines in the code that have been changed.

  • vimdiff fit? - Yaroslav
  • one
    The first result for the search query "vim plugin git highlight": github.com/airblade/vim-gitgutter - aleksandr barakin
  • Your search technique is flawless. What you need. - Umanshield

1 answer 1

there is, for example, such a plugin : https://github.com/airblade/vim-gitgutter

enter image description here

shows modified, deleted and added lines.