Project home page
Github.com/iamcco/mark…
Installation method
Using Vundle as an example, refer to the project home page for other package management instructions.
Edit. Vimrc and add the following:
Plugin 'iamcco/markdown-preview.nvim'
Copy the code
Execute the following command in vim:
:PluginInstall
:call mkdp#util#install()
Copy the code
use
"Open Mardown preview
:MarkdownPreview
"Close Mardown preview
:MarkdownPreviewStop
Copy the code
conclusion
Perfect, live preview. Simple installation and practical.