Set a scrolloff.
This commit is contained in:
3
init.vim
3
init.vim
@@ -48,6 +48,9 @@ set foldmethod=syntax
|
|||||||
"set foldlevel=0
|
"set foldlevel=0
|
||||||
"set foldnestmax=1
|
"set foldnestmax=1
|
||||||
|
|
||||||
|
" Scrolloff
|
||||||
|
set scrolloff=7
|
||||||
|
|
||||||
" CoC settings
|
" CoC settings
|
||||||
inoremap <silent><expr> <TAB>
|
inoremap <silent><expr> <TAB>
|
||||||
\ coc#pum#visible() ? coc#pum#next(1) :
|
\ coc#pum#visible() ? coc#pum#next(1) :
|
||||||
|
|||||||
Reference in New Issue
Block a user