vimPlugins.telescope-emoji-nvim: init at 2022-12-08

This commit is contained in:
Pamplemousse
2025-02-07 17:50:12 +01:00
parent f3c6b0752c
commit e93942948a
3 changed files with 17 additions and 0 deletions
@@ -13652,6 +13652,18 @@ final: prev:
meta.hydraPlatforms = [ ];
};
telescope-emoji-nvim = buildVimPlugin {
pname = "telescope-emoji.nvim";
version = "2022-12-08";
src = fetchFromGitHub {
owner = "xiyaowong";
repo = "telescope-emoji.nvim";
rev = "86248d97be84a1ce83f0541500ef9edc99ea2aa1";
sha256 = "18m46gj68xv6basaqzbschr60sc9xzi4dx21cvnx401bk97cqpgi";
};
meta.homepage = "https://github.com/xiyaowong/telescope-emoji.nvim/";
};
telescope-file-browser-nvim = buildVimPlugin {
pname = "telescope-file-browser.nvim";
version = "2024-10-24";
@@ -3149,6 +3149,10 @@ in
];
};
telescope-emoji-nvim = super.telescope-emoji-nvim.overrideAttrs {
dependencies = [ self.telescope-nvim ];
};
telescope-frecency-nvim = super.telescope-frecency-nvim.overrideAttrs {
dependencies = with self; [
sqlite-lua
@@ -1044,6 +1044,7 @@ https://github.com/GustavoKatel/telescope-asynctasks.nvim/,,
https://github.com/nvim-telescope/telescope-cheat.nvim/,,
https://github.com/fannheyward/telescope-coc.nvim/,,
https://github.com/nvim-telescope/telescope-dap.nvim/,,
https://github.com/xiyaowong/telescope-emoji.nvim/,HEAD,
https://github.com/nvim-telescope/telescope-file-browser.nvim/,,
https://github.com/nvim-telescope/telescope-frecency.nvim/,,
https://github.com/nvim-telescope/telescope-fzf-native.nvim/,,