From 906c5d079d361fc540fe28ed2ccc22d934744668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frede=20Br=C3=A6ndstrup?= Date: Mon, 28 Jul 2025 13:45:16 +0200 Subject: [PATCH] vimPlugins.neotest-ctest: init at 2025-07-02 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 8 ++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 22 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 82f87296aa3e..169c597bd57b 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -9370,6 +9370,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + neotest-ctest = buildVimPlugin { + pname = "neotest-ctest"; + version = "2025-07-02"; + src = fetchFromGitHub { + owner = "orjangj"; + repo = "neotest-ctest"; + rev = "124e8834a07aa522c6e9fa96f03e8ab0b7f2fa05"; + sha256 = "0rml2m0v14v7ikllya6d55gwm75lfkf2ip11cm8x4n7x2pw17d04"; + }; + meta.homepage = "https://github.com/orjangj/neotest-ctest/"; + meta.hydraPlatforms = [ ]; + }; + neotest-dart = buildVimPlugin { pname = "neotest-dart"; version = "2025-06-03"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a1240b616c12..b1b034c394e2 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -2045,6 +2045,14 @@ in ]; }; + neotest-ctest = super.neotest-ctest.overrideAttrs { + dependencies = with self; [ + neotest + nvim-nio + plenary-nvim + ]; + }; + neotest-dart = super.neotest-dart.overrideAttrs { dependencies = with self; [ neotest diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 8994b0de532c..8a2c570442ec 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -719,6 +719,7 @@ https://github.com/Shougo/neosnippet-snippets/,, https://github.com/Shougo/neosnippet.vim/,, https://github.com/kassio/neoterm/,, https://github.com/rcasia/neotest-bash/,HEAD, +https://github.com/orjangj/neotest-ctest/,HEAD, https://github.com/sidlatau/neotest-dart/,HEAD, https://github.com/MarkEmmons/neotest-deno/,HEAD, https://github.com/Issafalcon/neotest-dotnet/,HEAD,