Preview.nvim

May 1, 2024 ยท View on GitHub

  • Preview.nvim
    • Installation
    • Usage

Neovim wrapper around MD-TUI

Installation

Lazy

{
	"henriklovhaug/Preview.nvim",
	cmd = { "Preview" },
	config = function()
		require("preview").setup()
	end,
},

Usage

With a markdown file open run Preview with optionally the filename afterwards.

Contents

  1. 1Installation
  2. 2Usage