nvim: set scrolloff option (=12)
This commit is contained in:
parent
4dbd0ee01a
commit
d106ea1053
@ -27,6 +27,7 @@ vim.opt.gdefault = true vim.opt.autoread = true vim.opt.history = 1000
|
|||||||
vim.opt.encoding = "utf-8"
|
vim.opt.encoding = "utf-8"
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
|
vim.opt.scrolloff = 12
|
||||||
vim.opt.laststatus = 2
|
vim.opt.laststatus = 2
|
||||||
vim.opt.showcmd = true
|
vim.opt.showcmd = true
|
||||||
vim.opt.showmatch = true
|
vim.opt.showmatch = true
|
||||||
|
Loading…
Reference in New Issue
Block a user