rust-doc.vim icon indicating copy to clipboard operation
rust-doc.vim copied to clipboard

Support `rustup doc`

Open rhysd opened this issue 6 years ago • 0 comments

rustup now supported doc subcommand at v1.20.

https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html

The rustup doc command opens the locally installed documentation on your browser, without any Internet connection required. rustup 1.20.0 enhances the command allowing you to open directly the API documentation of a specific item.

This would make this plugin simpler and stable rather than managing document by itself.

rhysd avatar Oct 15 '19 12:10 rhysd