about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author"Alexander Sieg" <"alex@xanderio.de">2023-04-09 16:59:45 +0200
committer"Alexander Sieg" <"alex@xanderio.de">2023-04-09 16:59:45 +0200
commit1e3ec1b805773dd1aeb1f8d7c942261659d7144a (patch)
tree333baf470b5655b6dbc5f24d5ef358dd07fbe848 /pkgs/applications/editors
parentcf3aa530b52a622d4848193359179e22e466a743 (diff)
vimPlugins.neotest-phpunit: init at 2022-10-09
Diffstat (limited to 'pkgs/applications/editors')
-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 285df3b3b1022..4c5d606fb7fc9 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5577,6 +5577,18 @@ final: prev:
     meta.homepage = "https://github.com/haydenmeade/neotest-jest/";
   };
 
+  neotest-phpunit = buildVimPluginFrom2Nix {
+    pname = "neotest-phpunit";
+    version = "2022-10-09";
+    src = fetchFromGitHub {
+      owner = "olimorris";
+      repo = "neotest-phpunit";
+      rev = "0e5c306434ebea413585c3d0d39c97f6a33ef977";
+      sha256 = "1kbydwj6af7s945chh6bmykza7vnzs94cw55gs19324a1yd9ky7j";
+    };
+    meta.homepage = "https://github.com/olimorris/neotest-phpunit/";
+  };
+
   neotest-plenary = buildVimPluginFrom2Nix {
     pname = "neotest-plenary";
     version = "2022-12-30";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index f3133281d3abf..8266064a03538 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -468,6 +468,7 @@ https://github.com/sidlatau/neotest-dart/,HEAD,
 https://github.com/nvim-neotest/neotest-go/,HEAD,
 https://github.com/MrcJkb/neotest-haskell/,HEAD,
 https://github.com/haydenmeade/neotest-jest/,HEAD,
+https://github.com/olimorris/neotest-phpunit/,HEAD,
 https://github.com/nvim-neotest/neotest-plenary/,HEAD,
 https://github.com/nvim-neotest/neotest-python/,HEAD,
 https://github.com/olimorris/neotest-rspec/,HEAD,