We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdc37d commit a08e89dCopy full SHA for a08e89d
lua/custom/plugins/render-markdown.lua
@@ -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