wfxr/code-minimap

Install Via Vim Plug

unrealapex opened this issue · 4 comments

I know that your vim plugin minimap.vim can be installed using vim-plug but would it also be possible to do the same for code-minimap? I find it easier to install plugins and their dependencies exclusively via vim-plug.

wfxr commented

It's possible if you have rust toolchain installed:

Plug 'wfxr/minimap.vim', {'do': ':!cargo install --locked code-minimap'}

https://github.com/wfxr/minimap.vim#-installation

Thank you for the quick reply! More specifically I was wondering if it is possible to install code-minimap without having Rust installed(I am too lazy to install it).

wfxr commented

@unrealapex I'm afraid it's unlikely. vim-plug cannot install pre built dependencies from git releasees as far as I known.

I understand. I'll just install it using Scoop. Thanks!