feat(nvim): add scrolloffset

This commit is contained in:
Bruno Carlin 2023-10-10 16:47:36 +02:00
parent 81d25ef4b4
commit e0e619fa9c
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -31,6 +31,7 @@ vim.opt.wrap = false
vim.opt.cursorline = true vim.opt.cursorline = true
vim.opt.concealcursor = 'nc' vim.opt.concealcursor = 'nc'
vim.opt.colorcolumn = "80" vim.opt.colorcolumn = "80"
vim.opt.scrolloff = 3
vim.opt.showcmd = true -- Show (partial) command in status line. vim.opt.showcmd = true -- Show (partial) command in status line.
vim.opt.laststatus = 2 vim.opt.laststatus = 2