Unverified Commit 3b913d4c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.telescope-hierarchy-nvim: init at 2025-12-19 (#472541)

parents 3b1a6c11 7fe2c4ab
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -15245,6 +15245,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  telescope-hierarchy-nvim = buildVimPlugin {
    pname = "telescope-hierarchy.nvim";
    version = "0-unstable-2025-12-19";
    src = fetchFromGitHub {
      owner = "jmacadie";
      repo = "telescope-hierarchy.nvim";
      rev = "85fb67112daf99f3918531558ee85a36c1891f91";
      hash = "sha256-Ck7xM+m8sRkkviXdXpeDYrxr3MNpavkW4/UCih0Ohc8=";
    };
    meta.homepage = "https://github.com/jmacadie/telescope-hierarchy.nvim/";
    meta.hydraPlatforms = [ ];
  };
  telescope-live-grep-args-nvim = buildVimPlugin {
    pname = "telescope-live-grep-args.nvim";
    version = "1.1.0-unstable-2025-02-24";
+7 −0
Original line number Diff line number Diff line
@@ -3487,6 +3487,13 @@ assertNoAdditions {
    dependencies = [ self.telescope-nvim ];
  };

  telescope-hierarchy-nvim = super.telescope-hierarchy-nvim.overrideAttrs {
    dependencies = with self; [
      telescope-nvim
      plenary-nvim
    ];
  };

  telescope-live-grep-args-nvim = super.telescope-live-grep-args-nvim.overrideAttrs {
    dependencies = with self; [
      plenary-nvim
+1 −0
Original line number Diff line number Diff line
@@ -1170,6 +1170,7 @@ https://github.com/nvim-telescope/telescope-fzy-native.nvim/,,
https://github.com/Snikimonkd/telescope-git-conflicts.nvim/,HEAD,
https://github.com/nvim-telescope/telescope-github.nvim/,,
https://github.com/alduraibi/telescope-glyph.nvim/,HEAD,
https://github.com/jmacadie/telescope-hierarchy.nvim/,HEAD,
https://github.com/nvim-telescope/telescope-live-grep-args.nvim/,HEAD,
https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,,
https://github.com/nvim-telescope/telescope-media-files.nvim/,HEAD,