iamcco/markdown-preview.nvim

Loading the plugin with packadd

Open

#273 创建于 2020年12月10日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)JavaScript (5,538 star) (246 fork)batch import
help wanted

描述

Hello, I normally manage Vim plugins as Git submodules and then load them using packadd, like this:

packadd! terminus
packadd! corpus
packadd! vim-zsh

What I'm trying with markdown-preview is:

packadd! markdown-preview, { 'do': { -> mkdp#util#install() } }

Any way I can make it work this way?

Thank you!

贡献者指南