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

@ -25,6 +25,9 @@
go = {
treesitter-parser = "go";
};
golang = {
treesitter-parser = "go";
};
gradle = {
treesitter-parser = "kotlin,java";
};