-
Notifications
You must be signed in to change notification settings - Fork 5
Alternatives to live‐preview.nvim
Phạm Bình An edited this page Jan 1, 2025
·
4 revisions
iamcco/markdown-preview.nvim
- Only supports markdown, but supports many kinds of diagraphs inside markdown files
- Requires Nodejs, but the plugin is compatible with both Neovim and Vim
barrett-ruth/live-server.nvim
- A very small Neovim plugin that supports previewing HTML (with css, js) files
- Requires Nodejs and
live-server
executable
tigion/nvim-asciidoc-preview
- A Neovim plugin that supports previewing AsciiDoc files
- Requires Nodejs,
npm
,asciidoctor
command with theasciidoctor-diagram
extension.
nmassardot/nvim-preview-svg
"This plugin was created for visualizing the SVGs embedded (as HTML) in ReactJS, VueJS or, really, in any file."