markdown-preview.nvim icon indicating copy to clipboard operation
markdown-preview.nvim copied to clipboard

Error while installing via vim plug

Open ujjwal3067 opened this issue 2 years ago • 2 comments

Describe the bug I am getting Error when I try to install markdown-preview plugin for neovim v0.7.0

To Reproduce used this to install the plug using vim plugin

Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}

Desktop (please complete the following information):

  • OS: MacOS Big Sur 11.6

Log:

x Post-update hook for markdown-preview.nvim ... Vim(call):E117: Unknown function: mkdp#util#install

ujjwal3067 avatar Jun 08 '22 13:06 ujjwal3067

Also using vimplug and install with the same command. I am getting the same error on NVIM v0.8.0-dev+423-g2f2022773

EmilSodergren avatar Jun 20 '22 13:06 EmilSodergren

Yepp this seems to be an issue with neovim. I've found the following bug which seems related:

https://github.com/neovim/neovim/issues/18822

I've been able to install this plugin by installing it using vim (same config using vim-plug) and now I'm able to use it in neovim.

Z3po avatar Jul 12 '22 11:07 Z3po