toppair
/
peek.nvim
peek.nvim
Markdown preview plugin for Neovimmarkdown-and-latex
awesome-neovim
peek.nvim is a markdown preview plugin that allows for live updating and synchronized scrolling. It supports TeX math and Mermaid diagrams. The plugin requires Deno and can be configured to automatically load previews in markdown buffers.
Media

Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"toppair/peek.nvim",
event = { "VeryLazy" },
build = "deno task --quiet build:fast",
config = function()
require("peek").setup()
vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
vim.api.nvim_create_user_command("PeekClose", require("peek").close, {})
end,
}
Developers using peek.nvim
more configs
948
init.lua
24
1575
797
init.lua
191
10136
444
init.lua
267
13086
320
init.lua
157
27756
Other markdown-and-latex plugins
more plugins
iamcco/markdown-preview.nvim
markdown preview plugin for (neo)vim
7211
1
markdown-and-latex
MeanderingProgrammer/render-markdown.nvim
Plugin to improve viewing Markdown files in Neovim
2686
1
markdown-and-latex
OXY2DEV/markview.nvim
A hackable markdown, Typst, latex, html(inline) & YAML previewer for Neovim
2576
2
markdown-and-latex
MeanderingProgrammer/markdown.nvim
Plugin to improve viewing Markdown files in Neovim
2686
0
markdown-and-latex