kickstart.nvim/lua/custom/plugins/markdown.lua

9 lines
266 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,
}