vim: add colored box from colum 81 to 100
This commit is contained in:
parent
de01c0961a
commit
15bf6c49b7
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
|
@ -107,6 +107,10 @@ if exists('+cursorline')
|
||||||
highlight CursorLine term=bold cterm=bold
|
highlight CursorLine term=bold cterm=bold
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" display box from column 81 to 100
|
||||||
|
let &colorcolumn=join(range(81, 100), ",")
|
||||||
|
highlight ColorColumn ctermbg=235 guibg=#2d2d2d
|
||||||
|
|
||||||
" display line numbers
|
" display line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue