Merge pull request #89312 from SCOTT-HAMILTON/vim-async

vim-async: Init at 2020-03-17
This commit is contained in:
Sandro 2020-11-28 17:34:55 +01:00 committed by GitHub
commit e4286f376c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4224,6 +4224,18 @@ let
meta.homepage = "https://github.com/haya14busa/vim-asterisk/";
};
vim-async = buildVimPluginFrom2Nix {
pname = "vim-async";
version = "2020-03-17";
src = fetchFromGitHub {
owner = "prabirshrestha";
repo = "async.vim";
rev = "42371b5fb2cc07254295ff6beb3ca7cf235b7ede";
sha256 = "1c6ymxm28hpai1ki5y5a2m6qh5129nqn1fxiq9xnlzfrlbjl8vil";
};
meta.homepage = "https://github.com/prabirshrestha/async.vim";
};
vim-auto-save = buildVimPluginFrom2Nix {
pname = "vim-auto-save";
version = "2019-03-19";