lang/rust: add cargo check localleader keybind

This commit is contained in:
Vladyslav M 2018-09-12 23:32:17 +03:00 committed by GitHub
parent 856e4f27e5
commit cd22434df0
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"))))