vimlab / mdown.vim

Live markdown preview within [neo]vim
14 stars 3 forks source link

Not updating remote plugins #1

Closed mhartington closed 7 years ago

mhartington commented 7 years ago

Looks like you need to include the node-host plugin in order for this plugin to get registered with neovim's remote plugin agin. This means adding an additional plugin.

  Plug 'neovim/node-host', {'do': 'npm install'}
  Plug 'vimlab/mdown.vim', {'do': 'npm install'}
mklabs commented 7 years ago

Hi @mhartington very true. I used to include it in my vimfiles folder but I would be keen to include it in mdown as well.

Thanks for the feedback.

mklabs commented 7 years ago

Actually, I'll just update the readme documentation. Thanks again.