feat(config): Allow multiple keys for keymaps

Closes #45
This commit is contained in:
simrat39
2021-07-29 12:09:41 -07:00
parent 260227983a
commit 63931775ce
3 changed files with 16 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ vim.g.symbols_outline = {
show_numbers = false,
show_relative_numbers = false,
show_symbol_details = true,
keymaps = {
keymaps = { -- These keymaps can be a string or a table for multiple keys
close = "<Esc>",
goto_location = "<Cr>",
focus_location = "o",