lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
689 stars 27 forks source link

Gina always opens splits vertically (one bellow another) #270

Closed avucic closed 3 years ago

avucic commented 3 years ago

When I try chaperon for example, whatever option I choose from tab competition it always opens splits one bellow another. I would like to open side by side and solve conflicts.

Also I tried as well chaperon:vsplit

Did I miss something? Thanks

lambdalisue commented 3 years ago

Maybe the following helps?

set diffopt+=vertical

Gina respects diffopt to find the direction.

avucic commented 3 years ago

Thank you soo much !!!