Skip to content

Commit

Permalink
vimPlugins.telescope-emoji-nvim: init at 2022-12-08
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamplemousse committed May 22, 2024
1 parent a39290d commit a9ae4b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10593,6 +10593,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-telescope/telescope-dap.nvim/";
};

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-04-23";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,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/,,
Expand Down

0 comments on commit a9ae4b4

Please sign in to comment.