Skip to content

Commit e48523b

Browse files
committed
Add mini.nvim to the dependencies
1 parent a253b5b commit e48523b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lua/custom/plugins/init.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ return {
2424
},
2525
{
2626
'nvim-neotest/nvim-nio'
27-
}
27+
},
28+
{
29+
'echasnovski/mini.nvim',
30+
version = false
31+
},
2832
}

0 commit comments

Comments
 (0)