Added color column at pos 100

main
Michael Mandl 2018-11-27 08:53:09 +01:00
parent 4af51b8ea1
commit 9b91acac6d
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ set background=dark
" line numbers
set number
" max line length column
set colorcolumn=100
" always enable status line
set laststatus=2