vimPlugins.neorg: add plenary-nvim dependency

This commit is contained in:
Gaetan Lepage
2023-06-29 00:08:03 +02:00
committed by Matthieu Coudron
parent f24380af53
commit 7f96d460ff
@@ -804,6 +804,10 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
neorg = super.neorg.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
neo-tree-nvim = super.neo-tree-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim nui-nvim ];
});