vimPlugins.telescope-hierarchy-nvim: init at 2025-12-19 (#472541)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user