vim: Add scrolloff

This commit is contained in:
Simon Bruder 2020-07-03 22:36:44 +02:00
parent 0cd95ce10a
commit 3a836e0e4c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -28,6 +28,9 @@ endif
" Support more file encodings
set fileencodings=ucs-bom,utf-8,default,sjis,latin1
" Scroll before reaching top/bottom
set scrolloff=5
call plug#begin('~/.local/share/nvim/plugged')
" Per-project vim settings