iamcco/markdown-preview.nvim

Loading the plugin with packadd

Open

#273 aberto em 10 de dez. de 2020

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (246 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.538 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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!

Guia do colaborador