Hey there! Since this repository appears to be no longer maintained, I wanted to share that I've created actively maintained alternatives that may help anyone looking for similar functionality:
A live Markdown preview plugin for Neovim with first-class Mermaid diagram support. Built on top of live-server.nvim. Features include:
- Full Markdown rendering (headings, tables, code blocks, images, etc.)
- Interactive Mermaid diagrams with fullscreen overlay (zoom, pan, fit, SVG export)
- Syntax-highlighted code blocks via highlight.js
- Instant updates via SSE (no polling)
- Dark/Light theme toggle
- Per-buffer workspaces (no collisions between Neovim instances)
- Zero external dependencies — no npm, no Node.js
Hey there! Since this repository appears to be no longer maintained, I wanted to share that I've created actively maintained alternatives that may help anyone looking for similar functionality:
selimacerbas/markdown-preview.nvimA live Markdown preview plugin for Neovim with first-class Mermaid diagram support. Built on top of
live-server.nvim. Features include: