feat: add markdown.nvim

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent a30b081497
commit f3161e1e6a
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" },
},
}