Skip to content

Commit a08e89d

Browse files
committed
add render-markdown plugin
1 parent 5bdc37d commit a08e89d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
return {
2+
'MeanderingProgrammer/render-markdown.nvim',
3+
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
4+
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
5+
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
6+
---@module 'render-markdown'
7+
---@type render.md.UserConfig
8+
opts = {},
9+
}

0 commit comments

Comments
 (0)