plugins/neotest: add neotest-golang

This commit is contained in:
Haseeb Majid 2024-08-08 13:02:54 +01:00
parent 78abafe280
commit 1b135dedc4
No known key found for this signature in database
3 changed files with 30 additions and 0 deletions

View file

@ -17,6 +17,7 @@
elixir.enable = true;
foundry.enable = true;
go.enable = true;
golang.enable = true;
gradle.enable = true;
# We cannot test neotest-gtest as it tries to create file in the upper directory
# https://github.com/alfaix/neotest-gtest/blob/6e794ac91f4c347e2ea5ddeb23d594f8fc64f2a8/lua/neotest-gtest/utils.lua#L10-L16