nvim: set scrolloff option (=12)

This commit is contained in:
inkch 2024-03-06 16:47:02 +09:00
parent 4dbd0ee01a
commit d106ea1053

View File

@ -27,6 +27,7 @@ vim.opt.gdefault = true vim.opt.autoread = true vim.opt.history = 1000
vim.opt.encoding = "utf-8"
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.scrolloff = 12
vim.opt.laststatus = 2
vim.opt.showcmd = true
vim.opt.showmatch = true