nvim(markdown): add markdown.nvim plugin

This commit is contained in:
Tigor Hutasuhut 2024-06-12 11:15:03 +07:00
parent faefd1cdb8
commit fb6a0e0eb7

View file

@ -0,0 +1,8 @@
return {
"MeanderingProgrammer/markdown.nvim",
name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim
dependencies = { "nvim-treesitter/nvim-treesitter" },
config = function()
require("render-markdown").setup {}
end,
}