Closed sittim closed 7 years ago
I have a strict code width requirement, it would be awesome to be able to highlight only 80 columns?
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?
let g:diminactive_max_cols = 80
colorcolumn=80
Thank you, let me try colorcolumn=80
I have a strict code width requirement, it would be awesome to be able to highlight only 80 columns?