mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
vimPlugins.neotest-plenary: init at 2022-12-30
This commit is contained in:
parent
9d09ed252b
commit
70951b298c
@ -5541,6 +5541,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/MrcJkb/neotest-haskell/";
|
||||
};
|
||||
|
||||
neotest-plenary = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-plenary";
|
||||
version = "2022-12-30";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-neotest";
|
||||
repo = "neotest-plenary";
|
||||
rev = "d49bfd9470f791e7c29149e75d56b6f925bb391b";
|
||||
sha256 = "055k0q1zgi42hf8lcgi2fmfbs3yc4fhbfjy34p3p2k90i1izxy5q";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-neotest/neotest-plenary/";
|
||||
};
|
||||
|
||||
neotest-python = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-python";
|
||||
version = "2023-02-18";
|
||||
|
@ -465,6 +465,7 @@ https://github.com/Shougo/neosnippet.vim/,,
|
||||
https://github.com/kassio/neoterm/,,
|
||||
https://github.com/nvim-neotest/neotest/,HEAD,
|
||||
https://github.com/MrcJkb/neotest-haskell/,HEAD,
|
||||
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
|
||||
https://github.com/nvim-neotest/neotest-python/,HEAD,
|
||||
https://github.com/rose-pine/neovim/,main,rose-pine
|
||||
https://github.com/Shatur/neovim-ayu/,,
|
||||
|
Loading…
Reference in New Issue
Block a user