Neovim wrapper around MD-TUI
Lazy
{
"henriklovhaug/Preview.nvim",
cmd = { "Preview" },
config = function()
require("preview").setup()
end,
},With a markdown file open run Preview with optionally the filename afterwards.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Neovim wrapper around MD-TUI
Lazy
{
"henriklovhaug/Preview.nvim",
cmd = { "Preview" },
config = function()
require("preview").setup()
end,
},With a markdown file open run Preview with optionally the filename afterwards.