Commit 9c3675fb authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent f272ee03
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 ];
  };