Commit ac9ce9fd authored by "Marc Jakobi"'s avatar "Marc Jakobi" Committed by Marc Jakobi
Browse files

vimPlugins.telescope_hoogle: init at 2022-10-27

parent ac4d05da
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,