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
yutkat/dotfiles
/.config/nvim
772
init.lua
191
10179
doctorfree/nvim-lazyman
/
289
init.lua
157
27756
Matt-FTW/dotfiles
/.config/nvim
282
init.lua
259
13132
megalithic/dotfiles
/config/nvim
171
init.lua
103
20390
Other markdown-and-latex plugins
more plugins
iamcco/markdown-preview.nvim
markdown preview plugin for (neo)vim
6788
5
markdown-and-latex
MeanderingProgrammer/render-markdown.nvim
Plugin to improve viewing Markdown files in Neovim
1695
11
markdown-and-latex
OXY2DEV/markview.nvim
☄️ Highly customisable markdown(latex & inline html) previewer for Neovim
1406
1
markdown-and-latex
MeanderingProgrammer/markdown.nvim
Plugin to improve viewing Markdown files in Neovim
1695
0
markdown-and-latex