chore(nvim): update scroll
This commit is contained in:
parent
e5232578cf
commit
122834adfb
1
nvimrc
1
nvimrc
|
@ -60,6 +60,7 @@ set mousemodel=popup_setpos
|
||||||
" https://github.com/tpope/vim-sensible/issues/78:
|
" https://github.com/tpope/vim-sensible/issues/78:
|
||||||
set lazyredraw
|
set lazyredraw
|
||||||
set timeoutlen=1000
|
set timeoutlen=1000
|
||||||
|
set scroll=10
|
||||||
set scrolloff=15
|
set scrolloff=15
|
||||||
set dictionary=/usr/share/dict/words
|
set dictionary=/usr/share/dict/words
|
||||||
" See :help thesaurus
|
" See :help thesaurus
|
||||||
|
|
Loading…
Reference in New Issue