Skip to content

henriklovhaug/Preview.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preview.nvim

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.

About

Neovim wrapper around MD-TUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages