Unverified Commit 672b1cf6 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.nvim-tinygit: remove hard depenency on telescope



Only interactive stagign requiring telescope, but other pickers can be
used for all the other functionality.

Signed-off-by: default avatarAustin Horstman <khaneliman12@gmail.com>
parent bb8032ca
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -2641,14 +2641,10 @@ assertNoAdditions {
  };

  nvim-tinygit = super.nvim-tinygit.overrideAttrs {
    dependencies = with self; [
      telescope-nvim
    ];

    checkInputs = [
      gitMinimal
      # transitive dependency (telescope-nvim) not properly propagated to the test environment
      self.plenary-nvim
      # interactive staging support
      self.telescope-nvim
    ];
  };