diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index d4f8dbbf2571..10c9f4e1e4e8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index b59c16654d66..40e371956232 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8d2beba80046..d846b101594d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,