add colorcolumn

This commit is contained in:
Thomas Ruoff
2017-08-22 01:12:25 +02:00
committed by Thomas Ruoff
parent c44433ed72
commit 3b8cb332f8

5
vimrc
View File

@@ -122,10 +122,11 @@ set breakindent
set showbreak=
set tabstop=4
set expandtab
set softtabstop=4
set shiftwidth=4
set textwidth=80
set expandtab
set textwidth=79
set colorcolumn=80
set nojoinspaces
" }}}