vimPlugins.neotest: add dependencies

This commit is contained in:
Gaetan Lepage 2023-11-16 09:15:32 +01:00 committed by Matthieu Coudron
parent 3e818245ff
commit 19d0ca5367

View File

@ -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 ];
};