(nvim) increase scrolloff line number

This commit is contained in:
jc 2024-08-24 13:52:32 -04:00
commit 10d89aa2b6

View file

@ -18,7 +18,7 @@ vim.opt.wrap = false -- bad, stay away from me!
vim.opt.hlsearch = false vim.opt.hlsearch = false
vim.opt.incsearch = true -- highlight search pattern as you type vim.opt.incsearch = true -- highlight search pattern as you type
vim.opt.scrolloff = 8 -- give me some personal space vim.opt.scrolloff = 12 -- give me some personal space
vim.opt.updatetime = 50 vim.opt.updatetime = 50