mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-07-02 20:54:47 +01:00
15 lines
361 B
Lua
15 lines
361 B
Lua
return {
|
|
{
|
|
"MeanderingProgrammer/render-markdown.nvim",
|
|
opts = {},
|
|
ft = "markdown",
|
|
dependencies = {
|
|
"romus204/tree-sitter-manager.nvim",
|
|
"echasnovski/mini.nvim",
|
|
"nvim-tree/nvim-web-devicons",
|
|
},
|
|
---@module 'render-markdown'
|
|
---@type render.md.UserConfig
|
|
},
|
|
}
|