iamcco/markdown-preview.nvim

Loading the plugin with packadd

Open

#273 aperta il 10 dic 2020

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (246 fork)batch import
help wanted

Metriche repository

Star
 (5538 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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!

Guida contributor