Add markdown plugins

This commit is contained in:
David Bell 2023-04-04 19:08:21 +01:00
parent 4bd4388220
commit fa8b268568
No known key found for this signature in database
GPG key ID: EB8E7B08C6DE0FD7
2 changed files with 10 additions and 3 deletions

View file

@ -0,0 +1,7 @@
return {
"iamcco/markdown-preview.nvim",
ft = "markdown",
build = function()
vim.fn["mkdp#util#install"]()
end,
}