added scrollof value
This commit is contained in:
parent
cc02e52424
commit
82ef72ef6f
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
|
@ -678,3 +678,5 @@ vim.keymap.set("i", "lk", "<esc>")
|
|||
-- line numbers
|
||||
vim.wo.number = true
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
vim.opt.scrolloff = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue