From 7fe2c4ab44a09dc9d7c7d2350470b842f80f11e3 Mon Sep 17 00:00:00 2001 From: JasperSurmont Date: Sun, 21 Dec 2025 19:42:45 +0100 Subject: [PATCH] vimPlugins.telescope-hierarchy-nvim: init at 0-unstable-2025-12-19 https://github.com/jmacadie/telescope-hierarchy.nvim --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 7 +++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 21 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index dc81f5271e61..c91dc9985ade 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -15128,6 +15128,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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 22c15c7981d0..7af1fdb2985c 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3453,6 +3453,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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4fd45f2659e2..783d2f5a439b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1161,6 +1161,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,