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