vimPlugins.neotest-jest: init at 2023-01-26

This commit is contained in:
"Alexander Sieg" 2023-04-09 16:53:58 +02:00
parent db6b3b678f
commit 299de0c9e9
2 changed files with 13 additions and 0 deletions

View File

@ -5553,6 +5553,18 @@ final: prev:
meta.homepage = "https://github.com/MrcJkb/neotest-haskell/";
};
neotest-jest = buildVimPluginFrom2Nix {
pname = "neotest-jest";
version = "2023-01-26";
src = fetchFromGitHub {
owner = "haydenmeade";
repo = "neotest-jest";
rev = "821bb227e31259307db30c88671a1c3724f78637";
sha256 = "0zhia9flpzac17rc9l1ybv1x7zfvhmws65i8sq53dp1mlfvimzkp";
};
meta.homepage = "https://github.com/haydenmeade/neotest-jest/";
};
neotest-plenary = buildVimPluginFrom2Nix {
pname = "neotest-plenary";
version = "2022-12-30";

View File

@ -466,6 +466,7 @@ https://github.com/kassio/neoterm/,,
https://github.com/nvim-neotest/neotest/,HEAD,
https://github.com/nvim-neotest/neotest-go/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,HEAD,
https://github.com/haydenmeade/neotest-jest/,HEAD,
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
https://github.com/nvim-neotest/neotest-python/,HEAD,
https://github.com/rose-pine/neovim/,main,rose-pine