commit f12d41dd8ae96fd36d534a944606438bb649c813 parent 8179b31d351c990ba1eda277816f7c5507a6d477 Author: Milutin Popovic <milutin@popovic.xyz> Date: Mon, 20 Apr 2026 15:34:06 +0100 markdown render pluging Diffstat:
| A | lua/plugins/render-markdown.lua | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/lua/plugins/render-markdown.lua b/lua/plugins/render-markdown.lua @@ -0,0 +1,5 @@ +return { + 'MeanderingProgrammer/render-markdown.nvim', + dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.nvim' }, + opts = {}, +}