vimPlugins.neotest-rust: init at 2023-04-03
This commit is contained in:
parent
84ba1f6f15
commit
fc9df7ab74
@ -5637,6 +5637,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/olimorris/neotest-rspec/";
|
||||
};
|
||||
|
||||
neotest-rust = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-rust";
|
||||
version = "2023-04-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rouge8";
|
||||
repo = "neotest-rust";
|
||||
rev = "5bb78ad3c1c11a28a2c48af59056455841e6546f";
|
||||
sha256 = "0wrb7nqqr9glsycqrfak6xi2l5pvb0ax48vr1jlcpg83ya2ljj3g";
|
||||
};
|
||||
meta.homepage = "https://github.com/rouge8/neotest-rust/";
|
||||
};
|
||||
|
||||
neotest-testthat = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-testthat";
|
||||
version = "2022-07-04";
|
||||
|
@ -473,6 +473,7 @@ https://github.com/olimorris/neotest-phpunit/,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/rouge8/neotest-rust/,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