feat(nvim): set sidescrolloff to 5

This commit is contained in:
Price Hiller 2023-07-13 14:19:49 -05:00
parent 18c2a82025
commit ecfc5c6330
No known key found for this signature in database

View File

@ -10,6 +10,7 @@ M.setup = function()
-- Scroll Offset
opt.scrolloff = 3
opt.sidescrolloff = 5
-- Disable showmode
opt.showmode = false