vim: Add scrolloff

legacy
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
1 changed files with 3 additions and 0 deletions

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