diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 4be51c06..a53da09e 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -114,8 +114,8 @@ return { list_definitions = false, list_definitions_toc = false, - goto_next_usage = { ["]]"] = "Next reference" }, - goto_previous_usage = { ["[["] = "Previous reference" }, + goto_next_usage = "]]", + goto_previous_usage = "[[", }, }, },