Updated invisibles
This commit is contained in:
@ -5,7 +5,7 @@ set number
|
|||||||
set linebreak
|
set linebreak
|
||||||
set showbreak=+++
|
set showbreak=+++
|
||||||
set list
|
set list
|
||||||
:set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
set listchars=tab:→\ ,space:·,nbsp:␣,precedes:«,extends:»,trail:·
|
||||||
|
|
||||||
" Search
|
" Search
|
||||||
set showmatch
|
set showmatch
|
||||||
@ -29,6 +29,7 @@ set ruler
|
|||||||
set textwidth=80
|
set textwidth=80
|
||||||
set undolevels=1000
|
set undolevels=1000
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
set colorcolumn=80
|
||||||
|
|
||||||
" Colors
|
" Colors
|
||||||
syntax enable
|
syntax enable
|
||||||
|
Reference in New Issue
Block a user