feat(nvim): restore scrolloff

This commit is contained in:
2025-10-24 07:04:56 +02:00
parent 692c87e1ba
commit 28714d5f8a

View File

@@ -22,6 +22,7 @@ opt.number = true -- show line number
opt.relativenumber = true -- show relative line number
opt.cursorline = true -- highlight current line
opt.scrolloff = 8 -- Keep 8 lines visible above/below cursor
opt.ignorecase = true -- Ignore case on search
opt.smartcase = true -- ignore lowercse for the whoel pattern