vimPlugins.neotest-rspec: init at 2023-04-05

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

View File

@ -5589,6 +5589,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-neotest/neotest-python/";
};
neotest-rspec = buildVimPluginFrom2Nix {
pname = "neotest-rspec";
version = "2023-04-05";
src = fetchFromGitHub {
owner = "olimorris";
repo = "neotest-rspec";
rev = "7243a4cdc27fa1a857653b862e10b7f93c28aebf";
sha256 = "0j6aahy5zk5g2afphikbzqnhpf8z5xz0k0g1x0cwwi22qziaq84f";
};
meta.homepage = "https://github.com/olimorris/neotest-rspec/";
};
neotest-vitest = buildVimPluginFrom2Nix {
pname = "neotest-vitest";
version = "2023-02-27";

View File

@ -469,6 +469,7 @@ 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/olimorris/neotest-rspec/,HEAD,
https://github.com/marilari88/neotest-vitest/,HEAD,
https://github.com/rose-pine/neovim/,main,rose-pine
https://github.com/Shatur/neovim-ayu/,,