Updated plugins and added scrolloff
This commit is contained in:
parent
001e1d4379
commit
7597a240b6
7 changed files with 9 additions and 6 deletions
3
init.vim
3
init.vim
|
@ -9,6 +9,9 @@ end
|
|||
" allow unsaved hidden buffers
|
||||
set hidden
|
||||
|
||||
" set column padding when scrolling from top or bottom
|
||||
set scrolloff=5
|
||||
|
||||
" set relative line numbers
|
||||
set number relativenumber
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 77c7b00eb15d9b886e19d491cb44a96284cf0466
|
||||
Subproject commit a570035f4540c464f7f8a660077e928f5e221b4f
|
|
@ -1 +1 @@
|
|||
Subproject commit c68bbb54d97ab8cea46b866e86a584f4d7a9db4a
|
||||
Subproject commit a561ccc58809bdadb025bd539649a25e13ca1c4a
|
|
@ -1 +1 @@
|
|||
Subproject commit 72888d87ea57761f21c9f67cd0c0faa5904795eb
|
||||
Subproject commit 448aa43ec4bb49dfb3f75c3e52aad41eec9ee2ce
|
|
@ -1 +1 @@
|
|||
Subproject commit a61545f09cad6df2e7a4918cbd6981811f612ae9
|
||||
Subproject commit c6537a3fd3dfe26e32ea154d74b7a16c2a63b79f
|
|
@ -1 +1 @@
|
|||
Subproject commit 9b62e6bdd9de9fe027363bbde68e9e32d937cfa0
|
||||
Subproject commit 32c002c239d1838636bd3787012dc319dc4c96ee
|
|
@ -1 +1 @@
|
|||
Subproject commit 164d93736d5cee79c77d4a8a3f722ef31d8d2f4c
|
||||
Subproject commit 490e6a7896ba31afad0cf8eaa53ea84eb25eaaa2
|
Reference in a new issue