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 foldnestmax=1
" Scrolloff
set scrolloff=7
" CoC settings
inoremap <silent><expr> <TAB>
\ coc#pum#visible() ? coc#pum#next(1) :