aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/render-markdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/render-markdown.lua')
-rw-r--r--nvim/lua/plugins/render-markdown.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/nvim/lua/plugins/render-markdown.lua b/nvim/lua/plugins/render-markdown.lua
new file mode 100644
index 0000000..51761b4
--- /dev/null
+++ b/nvim/lua/plugins/render-markdown.lua
@@ -0,0 +1,9 @@
+return {
+ 'MeanderingProgrammer/render-markdown.nvim',
+ dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
+ -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
+ -- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
+ ---@module 'render-markdown'
+ ---@type render.md.UserConfig
+ opts = {},
+}