We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4aa69b8
Steps to reproduce:
Cargo
:vertical
:vertical Cargo check
Expected vs. actual behavior:
The text was updated successfully, but these errors were encountered:
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)
init.vim
let g:cargo_shell_command_runner = 'vsplit | terminal'
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: