feat(nvim): add scrolloffset
This commit is contained in:
parent
81d25ef4b4
commit
e0e619fa9c
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ vim.opt.wrap = false
|
|||
vim.opt.cursorline = true
|
||||
vim.opt.concealcursor = 'nc'
|
||||
vim.opt.colorcolumn = "80"
|
||||
vim.opt.scrolloff = 3
|
||||
|
||||
vim.opt.showcmd = true -- Show (partial) command in status line.
|
||||
vim.opt.laststatus = 2
|
||||
|
|
Loading…
Add table
Reference in a new issue