feat: add markdown.nvim

This commit is contained in:
Devin Haska 2024-07-29 12:10:18 -07:00
parent ff2068e2d1
commit 395271da0f
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -202,4 +202,10 @@ return {
}
end,
},
{
"MeanderingProgrammer/markdown.nvim",
main = "render-markdown",
opts = {},
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
},
}