iamcco/markdown-preview.nvim

NO matching autocommands: User NvimMkdpRpcExit

Open

#412 ouverte le 6 janv. 2022

Voir sur GitHub
 (5 commentaires) (0 réactions) (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

Describe the bug When I try to run :MarkdownPreview from the command line in a README.md file, instead of getting the file produced, I get the error message

No matching autocommands: User NvimMkdpRpcExit

To Reproduce Steps to reproduce the behavior:

  1. Follwing the README.md I had added to .vimrc
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
  1. The run :PlugInstall
  2. open a README.md
  3. Run :MarkdownPreview

Expected behavior In the past I would expect to see a web page open with the HTML displayed

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: MacOS Monterey 12.1
  • Machine; Apple MacBook Pro M1 Max

Log:

Not sure where is the log file?

Guide contributeur