use previous split ratio for horizontal term buffer

This commit is contained in:
siduck 2022-04-01 13:06:14 +05:30
parent bf89f0bf5f
commit af22bee84a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ M.options = {
}, },
window = { window = {
vsplit_ratio = 0.5, vsplit_ratio = 0.5,
split_ratio = 0.3, split_ratio = 0.4,
}, },
}, },
} }