Added 80 col as warning zone and >120 as danger zone
This commit is contained in:
parent
a2e7f290cc
commit
2538b10b99
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ set cursorline
|
||||||
set number " line numbers
|
set number " line numbers
|
||||||
set nocompatible " choose no compatibility with legacy vi
|
set nocompatible " choose no compatibility with legacy vi
|
||||||
set nowrap " don't wrap lines
|
set nowrap " don't wrap lines
|
||||||
set colorcolumn=80
|
let &colorcolumn="80,".join(range(120,999),",")
|
||||||
highlight ColorColumn ctermbg=DarkGray
|
highlight ColorColumn ctermbg=235
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => trailing whitespaces (show & remove on save)
|
" => trailing whitespaces (show & remove on save)
|
||||||
|
|
Loading…
Reference in a new issue