Select a color scheme for your Dotfyle experience

toppair / peek.nvim

peek.nvim

Markdown preview plugin for Neovim
764 90 0 1 day 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
948 init.lua 24 1575
yutkat/dotfiles
/.config/nvim
797 init.lua 191 10136
Matt-FTW/dotfiles
/.config/nvim
444 init.lua 267 13086
doctorfree/nvim-lazyman
/
320 init.lua 157 27756