add new location option for chadterm

This commit is contained in:
zbirenbaum 2022-04-02 03:51:33 -04:00 committed by siduck
parent 232b453c29
commit 03563f30cc
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ M.options = {
vsplit_ratio = 0.5,
split_ratio = 0.4,
},
location = {
horizontal = "rightbelow",
vertical = "rightbelow",
},
},
}