This commit is contained in:
foozzi 2024-02-27 17:14:57 -05:00
parent b71f36ce03
commit 8cad76be8e
4 changed files with 36 additions and 23 deletions

View file

@ -0,0 +1,9 @@
return {
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function()
vim.fn["mkdp#util#install"]()
end,
lazy = false,
}