vimPlugins.neotest-go: init at 2023-03-28

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

View File

@ -5529,6 +5529,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-neotest/neotest/";
};
neotest-go = buildVimPluginFrom2Nix {
pname = "neotest-go";
version = "2023-03-28";
src = fetchFromGitHub {
owner = "nvim-neotest";
repo = "neotest-go";
rev = "756edf3dddcb3b430110f9582e10b7e730428341";
sha256 = "03ldff1cf1j4skj2swhqphna08xkpm33xzmlm87ln5jg7h5izjii";
};
meta.homepage = "https://github.com/nvim-neotest/neotest-go/";
};
neotest-haskell = buildVimPluginFrom2Nix {
pname = "neotest-haskell";
version = "2023-03-31";

View File

@ -464,6 +464,7 @@ https://github.com/Shougo/neosnippet-snippets/,,
https://github.com/Shougo/neosnippet.vim/,,
https://github.com/kassio/neoterm/,,
https://github.com/nvim-neotest/neotest/,HEAD,
https://github.com/nvim-neotest/neotest-go/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,HEAD,
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
https://github.com/nvim-neotest/neotest-python/,HEAD,