added setting for split direction
This commit is contained in:
parent
84f2fbe946
commit
4df9591649
|
@ -17,3 +17,6 @@ vim.opt.colorcolumn = '80'
|
||||||
-- always have a set number of lines
|
-- always have a set number of lines
|
||||||
-- below the screen except at the end of the screen
|
-- below the screen except at the end of the screen
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
|
|
||||||
|
vim.opt.splitright = true
|
||||||
|
vim.opt.splitbelow = true
|
||||||
|
|
Loading…
Reference in New Issue