mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/neotest: add neotest-golang
This commit is contained in:
parent
78abafe280
commit
1b135dedc4
3 changed files with 30 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
go = {
|
||||
treesitter-parser = "go";
|
||||
};
|
||||
golang = {
|
||||
treesitter-parser = "go";
|
||||
};
|
||||
gradle = {
|
||||
treesitter-parser = "kotlin,java";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue