I'm looking for a plugin that shows changed lines in vim as in Visual Studio:
Looks like vim-gitgutter and vim-signify only work for files under version control. Had tried changesPlugin but there is error on my vim (issue #16).
Also tried DiffOrig
described here, but it is opening a split window instead of showing the indicator bar.