Merge pull request #885 from dywedir/patch-1

lang/rust: add `cargo check` localleader keybind
This commit is contained in:
Henrik Lissner 2018-09-13 19:11:36 -04:00 committed by GitHub
commit 2abb452e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
:localleader
:prefix "b"
:n "b" (λ! (compile "cargo build --color always"))
:n "c" (λ! (compile "cargo check --color always"))
:n "r" (λ! (compile "cargo run --color always"))
:n "t" (λ! (compile "cargo test --color always"))))