mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
vimPlugins.neotest-scala: init at 2022-10-15
This commit is contained in:
parent
3b0c3bf769
commit
2b5ab7804d
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user