this repo has no description

.config/nvim/.../treesitter: update go test motions

+2 -2
+2 -2
private_dot_config/nvim/lua/seruman/plugins/treesitter.lua
··· 126 126 ["aB"] = "@block.outer", 127 127 ["aT"] = "@structtag.outer", 128 128 -- NOTE(selman): collides with `at` for HTML tags. 129 - ["at"] = "@go.subtest_call.outer", 130 - ["atn"] = "@go.subtest_call.name.outer", 129 + ["agstt"] = "@go.subtest_call.outer", 130 + ["agstn"] = "@go.subtest_call.name.outer", 131 131 }, 132 132 }, 133 133 move = {