Added scroll-offset

main
Michael Mandl 2019-10-28 08:39:49 +01:00
parent fc316d33c6
commit a268a9d8b6
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ call plug#end()
set tabstop=4
set shiftwidth=4
" scroll offset
set scrolloff=4
" solarized dark theme
colorscheme solarized
set background=dark