summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2023-02-16 11:54:39 +0800
committerDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2023-02-16 11:54:39 +0800
commitda1ff3f93c24fe5d91b48c3ebacb30d7fa465f45 (patch)
treeb4d54dbc68c9036dc3f98b08388f697e072fcf9e
parentMerge pull request #216360 from Stunkymonkey/use-optionals (diff)
downloadnixpkgs-da1ff3f93c24fe5d91b48c3ebacb30d7fa465f45.tar.gz
vimPlugins.promise-async: init at 2023-02-01
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 739342fc2a45..9ee5ccc99aa9 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -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";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 08b63e40389c..07e1e53e556d 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -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/,,