vimPlugins.orgmode: add treesitter dependencies
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user