change scroll off
This commit is contained in:
parent
de9f8b74b9
commit
bdb29f4e51
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ vim.diagnostic.config({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Minimal number of screen lines to keep above and below the cursor.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.opt.scrolloff = 10
|
vim.opt.scrolloff = 3
|
||||||
|
|
||||||
-- Turn on new diff
|
-- Turn on new diff
|
||||||
vim.opt.diffopt:append("linematch:20")
|
vim.opt.diffopt:append("linematch:20")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue