added setting for split direction

This commit is contained in:
Micah Effiong 2023-06-06 12:55:16 +01:00
parent 84f2fbe946
commit 4df9591649
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ vim.opt.colorcolumn = '80'
-- always have a set number of lines
-- below the screen except at the end of the screen
vim.opt.scrolloff = 8
vim.opt.splitright = true
vim.opt.splitbelow = true