vimPlugins.neotest-vitest: init at 2023-02-27
This commit is contained in:
parent
299de0c9e9
commit
dd04dc0116
@ -5589,6 +5589,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/nvim-neotest/neotest-python/";
|
||||
};
|
||||
|
||||
neotest-vitest = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-vitest";
|
||||
version = "2023-02-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "marilari88";
|
||||
repo = "neotest-vitest";
|
||||
rev = "643d1fb7a3e874b82f51693bf6d37c427ab54c75";
|
||||
sha256 = "0lshr7w1j2rnaw74kvm72pz9fi6xx2s88s3by56wg82n8hzlnb7h";
|
||||
};
|
||||
meta.homepage = "https://github.com/marilari88/neotest-vitest/";
|
||||
};
|
||||
|
||||
neovim-ayu = buildVimPluginFrom2Nix {
|
||||
pname = "neovim-ayu";
|
||||
version = "2023-02-10";
|
||||
|
@ -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/marilari88/neotest-vitest/,HEAD,
|
||||
https://github.com/rose-pine/neovim/,main,rose-pine
|
||||
https://github.com/Shatur/neovim-ayu/,,
|
||||
https://github.com/cloudhead/neovim-fuzzy/,,
|
||||
|
Loading…
Reference in New Issue
Block a user