mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-06 16:38:24 +02:00
Markdown lookgs pretty
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user