vim: Add scrolloff
This commit is contained in:
parent
0cd95ce10a
commit
3a836e0e4c
|
@ -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
|
||||
|
|
Reference in a new issue