We need a vim plugin for git, which would highlight the lines in the code that have been changed.
1 answer
there is, for example, such a plugin : https://github.com/airblade/vim-gitgutter
shows modified, deleted and added lines.
|
We need a vim plugin for git, which would highlight the lines in the code that have been changed.
there is, for example, such a plugin : https://github.com/airblade/vim-gitgutter
shows modified, deleted and added lines.
Source: https://ru.stackoverflow.com/questions/530192/
All Articles