mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 04:31:57 +00:00
15 lines
359 B
Lua
15 lines
359 B
Lua
return {
|
|
{
|
|
"MeanderingProgrammer/render-markdown.nvim",
|
|
opts = {},
|
|
ft = "markdown",
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"echasnovski/mini.nvim",
|
|
"nvim-tree/nvim-web-devicons",
|
|
},
|
|
---@module 'render-markdown'
|
|
---@type render.md.UserConfig
|
|
},
|
|
}
|