fix(keymaps): seems to only work with key strings

This commit is contained in:
victorkamoto 2024-04-14 05:09:04 +03:00
parent f5d5b06b9c
commit 8a89b765d4

View file

@ -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 = "[[",
},
},
},