From 84ba1f6f158ab366d9af16009a54c08da3ec466d Mon Sep 17 00:00:00 2001 From: "\"Alexander Sieg\"" <"alex@xanderio.de"> Date: Sun, 9 Apr 2023 17:00:54 +0200 Subject: [PATCH] vimPlugins.neotest-pest: init at 2022-11-24 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 4c5d606fb7fc..bc80b168a9f1 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-pest = buildVimPluginFrom2Nix { + pname = "neotest-pest"; + version = "2022-11-24"; + src = fetchFromGitHub { + owner = "theutz"; + repo = "neotest-pest"; + rev = "a50582719267a847c84e1564e97c698d994f883c"; + sha256 = "00scdxkqkfsdq6sn1a7cdcrqpdi8bzi5z2qjqlysp6njilbd1jws"; + }; + meta.homepage = "https://github.com/theutz/neotest-pest/"; + }; + neotest-phpunit = buildVimPluginFrom2Nix { pname = "neotest-phpunit"; version = "2022-10-09"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8266064a0353..af4a3d8b4cc4 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/theutz/neotest-pest/,HEAD, https://github.com/olimorris/neotest-phpunit/,HEAD, https://github.com/nvim-neotest/neotest-plenary/,HEAD, https://github.com/nvim-neotest/neotest-python/,HEAD,