Add markdown-preview

This commit is contained in:
Gabe Farrell 2024-04-10 17:55:28 -04:00
parent d848b9e332
commit 47541ed962
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
build = "cd app && yarn install",
init = function()
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
}