This commit is contained in:
fz0x1 2024-09-22 20:53:22 +02:00
parent 4bec6a7ce2
commit b0a10e28ac
11 changed files with 32 additions and 25 deletions

View file

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