options: add scrolloff
This commit is contained in:
parent
6255b448aa
commit
b3f01de588
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ vim.cmd([[
|
|||
]])
|
||||
vim.opt.mouse = "a"
|
||||
|
||||
-- Scrolling
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.sidescrolloff = 8
|
||||
|
||||
-- System integration
|
||||
vim.cmd([[ set noswapfile ]])
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
|
Loading…
Reference in a new issue