Merge pull request #327998 from fredrikaverpil/neotest-golang

vimPlugins.neotest-golang: init at 2024-07-17
This commit is contained in:
Sandro
2024-07-21 21:36:43 +02:00
committed by GitHub
3 changed files with 17 additions and 0 deletions
@@ -6950,6 +6950,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-neotest/neotest-go/";
};
neotest-golang = buildVimPlugin {
pname = "neotest-golang";
version = "2024-07-17";
src = fetchFromGitHub {
owner = "fredrikaverpil";
repo = "neotest-golang";
rev = "f6657d875e9046e2f215c5480c62105dd8002f94";
sha256 = "1xsizbmryhac8iw7r8zs4mjycakzanq5bfdpfcl289d52rl92y0l";
};
meta.homepage = "https://github.com/fredrikaverpil/neotest-golang/";
};
neotest-gradle = buildVimPlugin {
pname = "neotest-gradle";
version = "2023-12-05";
@@ -1087,6 +1087,10 @@
dependencies = [ self.telescope-nvim ];
};
neotest-golang = super.neotest-golang.overrideAttrs {
dependencies = [ self.nvim-dap-go ];
};
neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim nui-nvim ];
};
@@ -583,6 +583,7 @@ https://github.com/Issafalcon/neotest-dotnet/,HEAD,
https://github.com/jfpedroza/neotest-elixir/,HEAD,
https://github.com/llllvvuu/neotest-foundry/,HEAD,
https://github.com/nvim-neotest/neotest-go/,HEAD,
https://github.com/fredrikaverpil/neotest-golang/,HEAD,
https://github.com/weilbith/neotest-gradle/,HEAD,
https://github.com/alfaix/neotest-gtest/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,HEAD,