vimPlugins.neotest-dart: init at 2023-03-13

This commit is contained in:
"Alexander Sieg" 2023-04-09 16:57:27 +02:00
parent 8cc7dbb9d9
commit bae465665a
2 changed files with 13 additions and 0 deletions

View File

@ -5529,6 +5529,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-neotest/neotest/";
};
neotest-dart = buildVimPluginFrom2Nix {
pname = "neotest-dart";
version = "2023-03-13";
src = fetchFromGitHub {
owner = "sidlatau";
repo = "neotest-dart";
rev = "43a61b8aab7908799d58369ba15dc4cd381d46ff";
sha256 = "1kzb08sb38l2dzz9rs4qj6cfbgr0klplxrlb271q0i7xpaflif42";
};
meta.homepage = "https://github.com/sidlatau/neotest-dart/";
};
neotest-go = buildVimPluginFrom2Nix {
pname = "neotest-go";
version = "2023-03-28";

View File

@ -464,6 +464,7 @@ https://github.com/Shougo/neosnippet-snippets/,,
https://github.com/Shougo/neosnippet.vim/,,
https://github.com/kassio/neoterm/,,
https://github.com/nvim-neotest/neotest/,HEAD,
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,