FriedSock / smeargle

Vim plugin for colouring the text background based on information mined from git
54 stars 1 forks source link

Idea: heatmap the line number column #6

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi,

First, thanks for the work on this plugin, i find it creative and useful.

Have you thought about coloring the line number column instead of the main pane background? Or maybe just the first column of the main pane.

Regards.

FriedSock commented 10 years ago

I think that may have been how the colouring worked at some point in the past! I'm pretty sure its possible, we should just add an option for where you want colours to be displayed. I'll have a look later. Id also like to colour the 'gutter', which is to the left of the numbers.

ghost commented 10 years ago

The gutter sounds great, even though there are plugins like https://github.com/airblade/vim-gitgutter that also modify it.