vimPlugins.neotest-plenary: init at 2022-12-30

This commit is contained in:
"Alexander Sieg" 2023-04-09 16:51:43 +02:00
parent 9d09ed252b
commit 70951b298c
2 changed files with 13 additions and 0 deletions

View File

@ -5541,6 +5541,18 @@ final: prev:
meta.homepage = "https://github.com/MrcJkb/neotest-haskell/"; 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 { neotest-python = buildVimPluginFrom2Nix {
pname = "neotest-python"; pname = "neotest-python";
version = "2023-02-18"; version = "2023-02-18";

View File

@ -465,6 +465,7 @@ https://github.com/Shougo/neosnippet.vim/,,
https://github.com/kassio/neoterm/,, https://github.com/kassio/neoterm/,,
https://github.com/nvim-neotest/neotest/,HEAD, https://github.com/nvim-neotest/neotest/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,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/nvim-neotest/neotest-python/,HEAD,
https://github.com/rose-pine/neovim/,main,rose-pine https://github.com/rose-pine/neovim/,main,rose-pine
https://github.com/Shatur/neovim-ayu/,, https://github.com/Shatur/neovim-ayu/,,