severin-lemaignan / vim-minimap

A Sublime-like minimap for VIM, based on the Drawille console-based drawing library
MIT License
701 stars 32 forks source link

Using minimap to show touched lines #63

Open albfan opened 6 years ago

albfan commented 6 years ago

One useful thing for a right bar is to show touched lines on a buffer

This will need info about touched lines (avaliable with vim-signify or vim-gitgutter)

bar will be 1 char width

Colour lines will be a problem (red, green, orange)

severin-lemaignan commented 6 years ago

Would be useful! PR welcome!

albfan commented 6 years ago

Great, let me work on it