vimPlugins.neotest-ctest: init at 2025-07-02 (#429061)

authored by Gaétan Lepage and committed by GitHub 481aa4ed 8f2561f5

+22
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 9370 9370 meta.hydraPlatforms = [ ]; 9371 9371 }; 9372 9372 9373 + neotest-ctest = buildVimPlugin { 9374 + pname = "neotest-ctest"; 9375 + version = "2025-07-02"; 9376 + src = fetchFromGitHub { 9377 + owner = "orjangj"; 9378 + repo = "neotest-ctest"; 9379 + rev = "124e8834a07aa522c6e9fa96f03e8ab0b7f2fa05"; 9380 + sha256 = "0rml2m0v14v7ikllya6d55gwm75lfkf2ip11cm8x4n7x2pw17d04"; 9381 + }; 9382 + meta.homepage = "https://github.com/orjangj/neotest-ctest/"; 9383 + meta.hydraPlatforms = [ ]; 9384 + }; 9385 + 9373 9386 neotest-dart = buildVimPlugin { 9374 9387 pname = "neotest-dart"; 9375 9388 version = "2025-06-03";
+8
pkgs/applications/editors/vim/plugins/overrides.nix
··· 2047 2047 ]; 2048 2048 }; 2049 2049 2050 + neotest-ctest = super.neotest-ctest.overrideAttrs { 2051 + dependencies = with self; [ 2052 + neotest 2053 + nvim-nio 2054 + plenary-nvim 2055 + ]; 2056 + }; 2057 + 2050 2058 neotest-dart = super.neotest-dart.overrideAttrs { 2051 2059 dependencies = with self; [ 2052 2060 neotest
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 719 719 https://github.com/Shougo/neosnippet.vim/,, 720 720 https://github.com/kassio/neoterm/,, 721 721 https://github.com/rcasia/neotest-bash/,HEAD, 722 + https://github.com/orjangj/neotest-ctest/,HEAD, 722 723 https://github.com/sidlatau/neotest-dart/,HEAD, 723 724 https://github.com/MarkEmmons/neotest-deno/,HEAD, 724 725 https://github.com/Issafalcon/neotest-dotnet/,HEAD,