mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
vimPlugins.neotest-go: init at 2023-03-28
This commit is contained in:
parent
70951b298c
commit
db6b3b678f
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user