Use mini.nvim dep

This commit is contained in:
Aaron Weinberger 2024-08-01 20:27:54 -04:00
parent b9564a9dc3
commit a63cbdc0c5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ return {
main = "render-markdown", main = "render-markdown",
opts = {}, opts = {},
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim 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' },
} }