added markdown rendering

This commit is contained in:
finnwritesdall 2025-07-18 13:49:08 +10:00
parent 211beb02bd
commit 2393147fa7
3 changed files with 23 additions and 12 deletions

View file

@ -0,0 +1,9 @@
return {
{
'MeanderingProgrammer/render-markdown.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
---@module 'render-markdown'
---@type render.md.UserConfig
opts = {},
},
}