iamcco/markdown-preview.nvim

Loading the plugin with packadd

Open

#273 geöffnet am 10. Dez. 2020

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (246 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.538 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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!

Contributor Guide