this repo has no description
at main 3 lines 153 B view raw
1nnoremap ,ce :!cargo run --example <C-R>=expand('%:t:r')<cr><cr> 2nnoremap ,cr :!cargo run --bin <C-R>=expand('%:t:r')<cr><cr> 3nnoremap ,cb :!cargo build