From a63cbdc0c5039c16e5b14cbe5feb74a84e02e736 Mon Sep 17 00:00:00 2001 From: Aaron Weinberger Date: Thu, 1 Aug 2024 20:27:54 -0400 Subject: [PATCH] Use mini.nvim dep --- lua/custom/plugins/markdown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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