vimPlugins.telescope-emoji-nvim: init at 2022-12-08 (#380139)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -3146,6 +3146,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/,,
|
||||
|
||||
Reference in New Issue
Block a user