Added color column at pos 100
This commit is contained in:
parent
4af51b8ea1
commit
9b91acac6d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue