Unverified Commit 6e87638d authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #328534 from GaetanLepage/cmake-tools

vimPlugins.cmake-tools-nvim: add plenary dependency
parents 3e830362 9c3675fb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -226,6 +226,10 @@
    '';
  };

  cmake-tools-nvim = super.cmake-tools-nvim.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
  };

  cmp-ai = super.cmp-ai.overrideAttrs {
    dependencies = with self; [ nvim-cmp plenary-nvim ];
  };