mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vimPlugins.telescope_hoogle: init at 2022-10-27
This commit is contained in:
parent
ac4d05daa2
commit
ac9ce9fd81
@ -7901,6 +7901,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/";
|
||||
};
|
||||
|
||||
telescope_hoogle = buildVimPluginFrom2Nix {
|
||||
pname = "telescope_hoogle";
|
||||
version = "2022-10-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "luc-tielen";
|
||||
repo = "telescope_hoogle";
|
||||
rev = "6322f74655a2773974377a8fc8d170c00f24938f";
|
||||
sha256 = "1pjq5bwnrxb3qhvvqd9v996hqfkbg5ah7qmbzrq1287h13m5jy2n";
|
||||
};
|
||||
meta.homepage = "https://github.com/luc-tielen/telescope_hoogle/";
|
||||
};
|
||||
|
||||
template-string-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "template-string.nvim";
|
||||
version = "2022-08-18";
|
||||
|
@ -662,6 +662,7 @@ https://github.com/tom-anders/telescope-vim-bookmarks.nvim/,,
|
||||
https://github.com/nvim-telescope/telescope-z.nvim/,,
|
||||
https://github.com/jvgrootveld/telescope-zoxide/,,
|
||||
https://github.com/nvim-telescope/telescope.nvim/,,
|
||||
https://github.com/luc-tielen/telescope_hoogle/,HEAD,
|
||||
https://github.com/axelvc/template-string.nvim/,HEAD,
|
||||
https://github.com/jacoborus/tender.vim/,,
|
||||
https://github.com/wincent/terminus/,,
|
||||
|
Loading…
Reference in New Issue
Block a user