diff --git a/lua/custom/plugins/markdown.lua b/lua/custom/plugins/markdown.lua index 29f79446..c882e5fb 100644 --- a/lua/custom/plugins/markdown.lua +++ b/lua/custom/plugins/markdown.lua @@ -3,5 +3,5 @@ return { 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 + dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, } \ No newline at end of file