vimPlugins.neotest-ctest: init at 2025-07-02

This commit is contained in:
Frede Brændstrup
2025-07-28 15:20:04 +02:00
parent c9739167e6
commit 906c5d079d
3 changed files with 22 additions and 0 deletions
@@ -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";
@@ -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
@@ -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,