Select a color scheme for your Dotfyle experience

toppair / peek.nvim

peek.nvim

Markdown preview plugin for Neovim
537 59 2 2 days ago
markdown-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
folke/dot
/nvim
671 init.lua 41 2125
yutkat/dotfiles
/.config/nvim
669 init.lua 182 10284
doctorfree/nvim-lazyman
/
203 init.lua 152 27782
lucax88x/configs
/dotfiles/.config/nvim
115 init.lua 83 4299