Markdown lookgs pretty

This commit is contained in:
2026-04-22 17:06:36 +02:00
parent 4a5203cd2b
commit 657764eab6
2 changed files with 65 additions and 0 deletions
+10
View File
@@ -135,4 +135,14 @@ return {
require "config.dap"
end,
},
{
"MeanderingProgrammer/render-markdown.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-mini/mini.nvim",
},
---@module 'render-markdown'
---@type render.md.UserConfig
opts = require "config.render-markdown",
},
}