gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Vim plugin/coc.vim support? #199

Open smr97 opened 4 years ago

smr97 commented 4 years ago

Hi, this is just a feature request. Are there any plans to have a vim integration for this work? Maybe coc.vim can be used to provide the tags (functions, implementations etc)?

Thanks!