Open agraven opened 2 years ago
not a fix, but this is one way to do it:
:execute 'vsplit' | terminal 'cargo' 'check'
And if you like that behavior, you can add this line to your init.vim
(neovim)
let g:cargo_shell_command_runner = 'vsplit | terminal'
4aa69b8
Steps to reproduce:
Cargo
command prefixed by:vertical
, e.g.:vertical Cargo check
Expected vs. actual behavior:
Cargo
is invoked with:vertical
, but a horizontal split is made instead.