1
Fork 0

nvim: Add scrolloff settings

This commit is contained in:
caem 2024-09-06 10:49:54 +02:00
parent 6872199ba9
commit 4f5b8ac3b9
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -16,6 +16,8 @@ local options = {
hlsearch = false,
backup = false,
termguicolors = true,
scrolloff = 8,
sidescrolloff = 8,
}
for option, value in pairs(options) do