vimPlugins.orgmode: add treesitter dependencies

This commit is contained in:
Matthieu Coudron
2022-12-28 17:17:40 +01:00
parent 3f3eb370c1
commit 025d862be6
@@ -693,6 +693,10 @@ self: super: {
configurePhase = "cd vim";
});
orgmode = super.orgmode.overrideAttrs (old: {
dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ];
});
inherit parinfer-rust;
plenary-nvim = super.plenary-nvim.overrideAttrs (old: {