1
0

Set a scrolloff.

This commit is contained in:
2025-11-07 13:54:40 +01:00
parent c2b00389f8
commit 7a853c9a5e

View File

@@ -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) :