vimPlugins.neotest-ctest: init at 2025-07-02 (#429061)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -2047,6 +2047,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,
|
||||
|
||||
Reference in New Issue
Block a user