add markdown render

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-17 09:43:33 -05:00
parent fccb2adb1f
commit 99fb25e145
3 changed files with 129 additions and 211 deletions

View file

@ -0,0 +1,6 @@
return {
"MeanderingProgrammer/render-markdown.nvim",
ft = { "markdown", "Avante" },
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
opts = {},
}