iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.76k stars 280 forks source link

For someone who is using minpac package manager #183

Closed rockyzhang24 closed 4 years ago

rockyzhang24 commented 4 years ago

If someone is now using minpac package manager and wants to install this amazing plugin, just use this: call minpac#add('iamcco/markdown-preview.nvim', {'do': 'call mkdp#util#install()'}).

Hi @iamcco, First, thank you for developing this powerful plugin. Could you please add this installation instruction for minpac users in the README page. Just in case you're not familiar with it, minpac is a minimal package manager which uses the vim8 built-in packages feature and the jobs feature. Its user base is not that large and the instruction about post-update hook is very brief and terse. I'm afraid someone using minpac would get trouble in installing this plugin.

Thank you very much!

iamcco commented 4 years ago

Thanks, I have update the readme.

rockyzhang24 commented 4 years ago

Hi @iamcco I will update the install instruction for minpac users. The previous one above is not working now. Please change it to call minpac#add('iamcco/markdown-preview.nvim', {'do': 'packloadall! | call mkdp#util#install()'}) Thank you.

iamcco commented 4 years ago

Thanks! I have changed the README.