vimPlugins.telescope-asynctasks-nvim: init at 2021-10-22

main
Ameer Taweel 2 years ago committed by Jonathan Ringer
parent 7e96f7ae74
commit 97aeab9782
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -6459,6 +6459,18 @@ final: prev:
meta.homepage = "https://github.com/tomtom/tcomment_vim/";
};
telescope-asynctasks-nvim = buildVimPluginFrom2Nix {
pname = "telescope-asynctasks.nvim";
version = "2021-10-22";
src = fetchFromGitHub {
owner = "GustavoKatel";
repo = "telescope-asynctasks.nvim";
rev = "80bd6570e5423d14ad1e6fd56a199955ac1b895f";
sha256 = "Ow7iSmosMs/hGEfnKKorZhS4tKVKal+pkZ52LIFsEu4=";
};
meta.homepage = "https://github.com/GustavoKatel/telescope-asynctasks.nvim";
};
telescope-cheat-nvim = buildVimPluginFrom2Nix {
pname = "telescope-cheat.nvim";
version = "2021-12-05";

@ -224,6 +224,7 @@ guns/vim-clojure-highlight
guns/vim-clojure-static
guns/vim-sexp
guns/xterm-color-table.vim
GustavoKatel/telescope-asynctasks.nvim
gyim/vim-boxdraw
haringsrob/nvim_context_vt
hashivim/vim-packer

Loading…
Cancel
Save