Skip to content

Commit

Permalink
vimPlugins.asyncomplete-vim: init at 2020-08-09
Browse files Browse the repository at this point in the history
  • Loading branch information
vdot0x23 authored and Jon committed Sep 8, 2020
1 parent 9716fcd commit 2bc02f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -135,6 +135,18 @@ let
meta.homepage = "https://github.com/vim-scripts/argtextobj.vim/";
};

asyncomplete-vim = buildVimPluginFrom2Nix {
pname = "asyncomplete-vim";
version = "2020-08-09";
src = fetchFromGitHub {
owner = "prabirshrestha";
repo = "asyncomplete.vim";
rev = "0d4ec1805d50fd39b8b41626e0761736feb307d0";
sha256 = "0lcqdh51fd8lx1g02dcwrfnnx3zfm71g57nv2pmin5ap7qgh8kir";
};
meta.homepage = "https://github.com/prabirshrestha/asyncomplete.vim/";
};

ats-vim = buildVimPluginFrom2Nix {
pname = "ats-vim";
version = "2020-09-04";
Expand Down

0 comments on commit 2bc02f2

Please sign in to comment.