feat(config): Add preview keymap trigger

This commit is contained in:
scheatkode
2021-08-05 13:52:25 +01:00
parent cc3334e140
commit b1d0fadac5
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ local defaults = {
goto_location = "<Cr>",
focus_location = "o",
hover_symbol = "<C-space>",
preview_symbol = "K",
rename_symbol = "r",
code_actions = "a"
},