vimPlugins.neotest-scala: init at 2022-10-15

This commit is contained in:
"Alexander Sieg" 2023-04-09 17:05:30 +02:00
parent 3b0c3bf769
commit 2b5ab7804d
2 changed files with 13 additions and 0 deletions

View File

@ -5673,6 +5673,18 @@ final: prev:
meta.homepage = "https://github.com/rouge8/neotest-rust/";
};
neotest-scala = buildVimPluginFrom2Nix {
pname = "neotest-scala";
version = "2022-10-15";
src = fetchFromGitHub {
owner = "stevanmilic";
repo = "neotest-scala";
rev = "685f0fac6196862b47025c6b91513af6a406501a";
sha256 = "0ii8brm5maffqrhji6d4g2kd45mhydj3gby22sv81g9jz6ah0y3s";
};
meta.homepage = "https://github.com/stevanmilic/neotest-scala/";
};
neotest-testthat = buildVimPluginFrom2Nix {
pname = "neotest-testthat";
version = "2022-07-04";

View File

@ -476,6 +476,7 @@ 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/rouge8/neotest-rust/,HEAD,
https://github.com/stevanmilic/neotest-scala/,HEAD,
https://github.com/shunsambongi/neotest-testthat/,HEAD,
https://github.com/marilari88/neotest-vitest/,HEAD,
https://github.com/rose-pine/neovim/,main,rose-pine