Merge branch 'master' of github.com:mandlm/dotfiles

This commit is contained in:
Michael Mandl 2019-02-28 08:59:20 +01:00
commit 33d5b738c4
3 changed files with 7 additions and 3 deletions

View file

@ -33,15 +33,15 @@ call plug#end()
set tabstop=4
set shiftwidth=4
" autowrite
set autowrite
" dark theme
set background=dark
" line numbers
set number
" max line length column
set colorcolumn=100
" always enable status line
set laststatus=2