fix(position): Update right split command

This commit is contained in:
simrat39
2021-04-30 19:42:43 -07:00
parent b8ec42f32a
commit 8d4f4c7356

View File

@@ -31,7 +31,7 @@ function M.get_split_command()
if M.options.position == 'left' then
return "topleft vs"
else
return "vs"
return "botright vs"
end
end