vimPlugins.telescope-github-nvim: init at 2021-08-25

This commit is contained in:
Seong Yong-ju 2022-01-06 03:39:52 +09:00 committed by Jonathan Ringer
parent 364315cbca
commit cc708106e0
2 changed files with 13 additions and 0 deletions

View file

@ -6232,6 +6232,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-telescope/telescope-fzy-native.nvim/";
};
telescope-github-nvim = buildVimPluginFrom2Nix {
pname = "telescope-github.nvim";
version = "2021-08-25";
src = fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-github.nvim";
rev = "004a224de1770bf8b2d7b147359a127dc323c8e6";
sha256 = "0jizqlasmnsyfcjd9fqdc0zf6xfpbfrwcdywpvn52x5cdrjascp7";
};
meta.homepage = "https://github.com/nvim-telescope/telescope-github.nvim/";
};
telescope-lsp-handlers-nvim = buildVimPluginFrom2Nix {
pname = "telescope-lsp-handlers.nvim";
version = "2021-09-07";

View file

@ -567,6 +567,7 @@ nvim-telescope/telescope-frecency.nvim
nvim-telescope/telescope-fzf-native.nvim
nvim-telescope/telescope-fzf-writer.nvim
nvim-telescope/telescope-fzy-native.nvim
nvim-telescope/telescope-github.nvim
nvim-telescope/telescope-project.nvim
nvim-telescope/telescope-symbols.nvim
nvim-telescope/telescope-z.nvim