This commit is contained in:
DeveloperDurp 2025-04-08 06:48:07 -05:00
parent 73487ac84b
commit b6cf50d87f
4 changed files with 37 additions and 8 deletions

View file

@ -144,4 +144,14 @@ return {
vim.cmd([[silent! GoInstallDeps]])
end,
},
{
"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 = {},
},
}