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