Use mini.nvim dep
This commit is contained in:
parent
b9564a9dc3
commit
a63cbdc0c5
|
@ -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' },
|
||||||
}
|
}
|
Loading…
Reference in New Issue