vimPlugins.telescope-undo-nvim: init at 2023-01-29

This commit is contained in:
figsoda
2023-02-12 17:08:53 -05:00
parent 31ec341b3c
commit 667b12fbcd
3 changed files with 17 additions and 0 deletions

View File

@@ -8332,6 +8332,18 @@ final: prev:
meta.homepage = "https://github.com/fhill2/telescope-ultisnips.nvim/";
};
telescope-undo-nvim = buildVimPluginFrom2Nix {
pname = "telescope-undo.nvim";
version = "2023-01-29";
src = fetchFromGitHub {
owner = "debugloop";
repo = "telescope-undo.nvim";
rev = "b5e31b358095074b60d87690bd1dc0a020a2afab";
sha256 = "1hpqd0dgb01in5dbqs2ps3wr12iqnf0pd0xdnaalvq7rmvsmvz7a";
};
meta.homepage = "https://github.com/debugloop/telescope-undo.nvim/";
};
telescope-vim-bookmarks-nvim = buildVimPluginFrom2Nix {
pname = "telescope-vim-bookmarks.nvim";
version = "2022-07-17";

View File

@@ -941,6 +941,10 @@ self: super: {
dependencies = with self; [ telescope-nvim ];
});
telescope-undo-nvim = super.telescope-undo-nvim.overrideAttrs (old: {
dependencies = with self; [ telescope-nvim ];
});
telescope-z-nvim = super.telescope-z-nvim.overrideAttrs (old: {
dependencies = with self; [ telescope-nvim ];
});

View File

@@ -699,6 +699,7 @@ https://github.com/nvim-telescope/telescope-project.nvim/,,
https://github.com/nvim-telescope/telescope-symbols.nvim/,,
https://github.com/nvim-telescope/telescope-ui-select.nvim/,,
https://github.com/fhill2/telescope-ultisnips.nvim/,,
https://github.com/debugloop/telescope-undo.nvim/,HEAD,
https://github.com/tom-anders/telescope-vim-bookmarks.nvim/,,
https://github.com/nvim-telescope/telescope-z.nvim/,,
https://github.com/jvgrootveld/telescope-zoxide/,,