diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 0e31f9a0c11e..e566f050a7b1 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e363c65a7abc..235d35031e5d 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b4786584c4aa..6364c9196a87 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,