vimPlugins.cmp-pandoc-nvim: remove pandoc from dependencies

This commit is contained in:
figsoda
2023-07-08 15:03:39 -04:00
parent 90d0578623
commit f1e10e2cd0
@@ -242,7 +242,7 @@ self: super: {
};
cmp-pandoc-nvim = super.cmp-pandoc-nvim.overrideAttrs {
dependencies = with self; [ nvim-cmp pandoc plenary-nvim ];
dependencies = with self; [ nvim-cmp plenary-nvim ];
};
cmp-rg = super.cmp-rg.overrideAttrs {