blueyed / vim-diminactive

Vim plugin to dim inactive windows
336 stars 12 forks source link

Highlight only 80 columns #26

Closed sittim closed 7 years ago

sittim commented 8 years ago

I have a strict code width requirement, it would be awesome to be able to highlight only 80 columns?

blueyed commented 8 years ago

Hmm, while that is possible (you can use let g:diminactive_max_cols = 80 for that), I wonder why you do not want to use only colorcolumn=80 for the active window?

sittim commented 8 years ago

Thank you, let me try colorcolumn=80