add colorcolumn

This commit is contained in:
Thomas Ruoff
2017-08-22 01:12:25 +02:00
parent 9466ff3a35
commit d2d6655ab0

5
vimrc
View File

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