mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Added 80 col as warning zone and >120 as danger zone
This commit is contained in:
parent
a2e7f290cc
commit
2538b10b99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user