help wanted
倉庫指標
- Star
- (5,538 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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!