style: add horizontal scrolloff
This commit is contained in:
parent
b67f002a09
commit
3e9480b891
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ vim.opt.incsearch = true
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
|
vim.opt.sidescrolloff = 16
|
||||||
vim.opt.signcolumn = "yes"
|
vim.opt.signcolumn = "yes"
|
||||||
vim.opt.isfname:append("@-@")
|
vim.opt.isfname:append("@-@")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue