mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
vimPlugins.telescope-undo-nvim: init at 2023-01-29
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
});
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user