mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
vimPlugins.neotest-dart: init at 2023-03-13
This commit is contained in:
parent
8cc7dbb9d9
commit
bae465665a
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user