vimPlugins.neotest: add dependencies

This commit is contained in:
Gaetan Lepage
2023-11-18 00:17:45 +01:00
committed by Matthieu Coudron
parent 3e818245ff
commit 19d0ca5367
@@ -847,6 +847,10 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
};
neotest = super.neorg.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim nui-nvim ];
};