9 lines
277 B
Lua
9 lines
277 B
Lua
|
return {
|
||
|
{
|
||
|
"MeanderingProgrammer/markdown.nvim",
|
||
|
name = "render-markdown", -- Only needed if you have another plugin named markdown.nvim
|
||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||
|
config = function() require("render-markdown").setup {} end,
|
||
|
},
|
||
|
}
|