iamcco / iamcco/markdown-preview.nvim
Loading the plugin with packadd
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.