iamcco/markdown-preview.nvim

Loading the plugin with packadd

Open

#273 ouverte le 10 déc. 2020

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)JavaScript (246 forks)batch import
help wanted

Métriques du dépôt

Stars
 (5 538 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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!

Guide contributeur