1
0
Fork 0
mirror of synced 2024-12-24 07:43:20 -05:00

Added 80 col as warning zone and >120 as danger zone

This commit is contained in:
Mirosław Pragłowski 2015-02-12 17:21:14 +01:00
parent a2e7f290cc
commit 2538b10b99

View file

@ -11,8 +11,8 @@ set cursorline
set number " line numbers
set nocompatible " choose no compatibility with legacy vi
set nowrap " don't wrap lines
set colorcolumn=80
highlight ColorColumn ctermbg=DarkGray
let &colorcolumn="80,".join(range(120,999),",")
highlight ColorColumn ctermbg=235
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => trailing whitespaces (show & remove on save)