vimPlugins.neorg: add plenary-nvim dependency
This commit is contained in:
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 ];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user