Commit f1e10e2c authored by figsoda's avatar figsoda
Browse files

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

parent 90d05786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {