(nvim) increase scrolloff line number
This commit is contained in:
parent
8c94d34367
commit
10d89aa2b6
1 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ vim.opt.wrap = false -- bad, stay away from me!
|
|||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true -- highlight search pattern as you type
|
||||
|
||||
vim.opt.scrolloff = 8 -- give me some personal space
|
||||
vim.opt.scrolloff = 12 -- give me some personal space
|
||||
|
||||
vim.opt.updatetime = 50
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue