vimPlugins.neorg: add plenary-nvim dependency

This commit is contained in:
Gaetan Lepage 2023-06-28 22:24:07 +02:00 committed by Matthieu Coudron
parent f24380af53
commit 7f96d460ff

View file

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