mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(keymaps): seems to only work with key strings
This commit is contained in:
parent
f5d5b06b9c
commit
8a89b765d4
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ return {
|
||||||
list_definitions = false,
|
list_definitions = false,
|
||||||
list_definitions_toc = false,
|
list_definitions_toc = false,
|
||||||
|
|
||||||
goto_next_usage = { ["]]"] = "Next reference" },
|
goto_next_usage = "]]",
|
||||||
goto_previous_usage = { ["[["] = "Previous reference" },
|
goto_previous_usage = "[[",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue