Select a color scheme for your Dotfyle experience

toppair / peek.nvim

peek.nvim

Markdown preview plugin for Neovim
651 75 0 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
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