27022024-1

This commit is contained in:
foozzi 2024-02-27 17:25:13 -05:00
parent 8cad76be8e
commit e172c1bd99
3 changed files with 13 additions and 10 deletions

View file

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