diff options
Diffstat (limited to 'lua/config/plugins')
-rw-r--r-- | lua/config/plugins/completion.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/config/plugins/completion.lua b/lua/config/plugins/completion.lua index 0bcf7ad..7a02809 100644 --- a/lua/config/plugins/completion.lua +++ b/lua/config/plugins/completion.lua @@ -25,7 +25,10 @@ return { }, keymap = { - ["<S-space>"] = { "show", "show_documentation", "hide_documentation" }, + -- TODO: come up with more convenient keybinding + -- ["<S-space>"] = { "show", "show_documentation", "hide_documentation" }, + + ["<M-->"] = { "show", "show_documentation", "hide_documentation" }, ["<C-e>"] = { "hide", "fallback" }, ["<CR>"] = { "accept", "fallback" }, |