about summary refs log tree commit diff
path: root/.config/nvim/lua/plugins/render-markdown.lua
blob: 65408bc2b5ce288f0aaa88fe0ad89efb773d7d6c (plain)
1
2
3
4
5
6
7
return {
    'MeanderingProgrammer/render-markdown.nvim',
    dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
    ---@module 'render-markdown'
    ---@type render.md.UserConfig
    opts = {},
}