20. How to show markdown preview in browser using coc-webview
We will need to install Coc package manager to install add-ons to Neovim. using vim.plug
Then we install coc-webview using the command in neovim (SHIFT + : ):
cocInstall coc-webview
And with the command:
CocCommand coc-markdown-preview-enhanced.openPreview
Display a real-time preview of your Markdown in a web browser.
Copyright ยฉ 2024 - 2025 ๐ ApolloNvim / Lukรกลก Kaลka