10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript5,538 stars (5,538 stars)246 forks (246 forks)batch import
help wanted
Description
MacOS Big Sur 11.2 版本
- Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} 这种方式安装成功。
- 添加了README config中的设置,没有任何变化。
- 进入到md文件运行:MarkdownPreview 没有任何反应。
- 设置 nmap MarkdownPreview, 然后在md文件中按F8,也没有任何反应。
- Issue type
- bug
- Research direction
- Check the plugin's installation logs and ensure Node.js and npm are correctly installed for Apple Silicon. Look for error messages in Neovim's output when running the command. Review the plugin's install script (e.g., mkdp#util#install) or the server startup in the source code. Consider searching for similar M1 issues or PRs in the repository.