vim-cargo icon indicating copy to clipboard operation
vim-cargo copied to clipboard

Rust Cargo command bindings

Results 4 vim-cargo issues
Sort by recently updated
recently updated
newest added

This should be fixing errors like: error: a bin target must be available for `cargo run` :!cargo run check shell returned 101 when running, for example, :CargoCheck

Thanks for the plugin! I'm trying `:CargoTest` and it triggers `:!cargo run test`, I'm expecting `:!cargo test` instead, It seems to me "run" is added twice, could it be something...

This searches up the parent directories for the 'outer' most Cargo.toml, useful for building the entire project from a nested crate. --- Note that I had problems using this plugin...

hi, I manage to get things more or less working by - incorporating changes from rust-vim - changing cargo's flags it is not perfect though because - i build the...