vim: add colored box from colum 81 to 100

This commit is contained in:
Thomas Preisner 2016-12-16 15:49:37 +01:00
parent de01c0961a
commit 15bf6c49b7

4
vimrc
View file

@ -107,6 +107,10 @@ if exists('+cursorline')
highlight CursorLine term=bold cterm=bold
endif
" display box from column 81 to 100
let &colorcolumn=join(range(81, 100), ",")
highlight ColorColumn ctermbg=235 guibg=#2d2d2d
" display line numbers
set number