vimPlugins.promise-async: init at 2023-02-01

This commit is contained in:
Dixon Sean Low Yan Feng
2023-02-16 11:54:39 +08:00
parent 179bff391b
commit da1ff3f93c
2 changed files with 13 additions and 0 deletions
@@ -7018,6 +7018,18 @@ final: prev:
meta.homepage = "https://github.com/ahmedkhalf/project.nvim/";
};
promise-async = buildVimPluginFrom2Nix {
pname = "promise-async";
version = "2023-02-01";
src = fetchFromGitHub {
owner = "kevinhwang91";
repo = "promise-async";
rev = "7fa127fa80e7d4d447e0e2c78e99af4355f4247b";
sha256 = "12d7l5b79fj4lpd3gfjqrmy6ffh06cxsr13vaw29rjif57wf0f53";
};
meta.homepage = "https://github.com/kevinhwang91/promise-async/";
};
psc-ide-vim = buildVimPluginFrom2Nix {
pname = "psc-ide-vim";
version = "2021-05-31";
@@ -590,6 +590,7 @@ https://github.com/andweeb/presence.nvim/,,
https://github.com/sotte/presenting.vim/,,
https://github.com/vim-scripts/prev_indent/,,
https://github.com/ahmedkhalf/project.nvim/,,
https://github.com/kevinhwang91/promise-async/,HEAD,
https://github.com/frigoeu/psc-ide-vim/,,
https://github.com/purescript-contrib/purescript-vim/,,
https://github.com/python-mode/python-mode/,,