From 8d0c1afbeda6c8c43598e3c1bb1d978e4bbeb27e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 7 Aug 2025 21:40:45 +0200 Subject: [PATCH] set scrolloff to 10 --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 254844b..a642026 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -29,7 +29,7 @@ opt.wrap = true -- When on, lines longer than the width of the window will wrap opt.list = true opt.hidden = true opt.winborder = 'none' -opt.scrolloff = 4 +opt.scrolloff = 10 opt.shiftround = true opt.relativenumber = false opt.splitbelow = true