diff --git a/lua/plugins/markdown.lua b/lua/plugins/markdown.lua new file mode 100644 index 0000000000000000000000000000000000000000..fce716dd2227fbb4f0b1889adb952979a366a40b --- /dev/null +++ b/lua/plugins/markdown.lua @@ -0,0 +1,7 @@ +return { + 'MeanderingProgrammer/markdown.nvim', + main = "render-markdown", + opts = {}, + name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim + dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons +}